All Questions
Tagged with xamarin xamarin.forms
17,501 questions
0
votes
1
answer
23
views
NuGet package 'HarfBuzzSharp.NativeAssets.Android' version '7.3.0.2' contains a shared library 'libHarfBuzzSharp.so' which is not correctly aligned
Added SkiaSharp.Views.Maui.Controls v3.116.1 to a new project, and it gives me the following warning:
NuGet package 'HarfBuzzSharp.NativeAssets.Android' version '7.3.0.2' contains a shared library '...
1
vote
1
answer
44
views
Xamarin Forms – Android: Comma as decimal separator is not recognized when typing
I’m developing a Xamarin.Forms app, and I have an Entry field where users need to enter decimal numbers.
The Entry uses the numeric keyboard (Keyboard="Numeric").Region is German
...
0
votes
0
answers
25
views
Picker in Xamarin.Forms crashes on click
I'm developing a Xamarin.Forms app, and I'm facing an issue where the Picker crashes immediately when clicked. This problem occurs on Samsung and Google Pixel devices, but it does not happen on Huawei ...
2
votes
0
answers
136
views
.NET MAUI - RefreshView Content is not visible inside a Grid with Row Auto
After migrating to MAUI I have a problem with showing RefreshView Content when the RefreshView is wrapped around Grid and RowDefinition is Auto.
<Grid RowDefiniot="Auto">
<...
0
votes
1
answer
103
views
Geocoding.GetPlacemarksAsync Exception in .NET MAUI on iPhone iOS version 18: Foundation.NSErrorException
I'm working on a .NET MAUI application to obtain the user's current location on an iPhone using Geolocation and Geocoding APIs. However, I'm facing an exception when trying to geocode the current ...
4
votes
1
answer
2k
views
.NET MAUI Application class MainPage is Obsolete
I just migrated a small project to .NET 9 and it seems Application classes MainPage is now obselete, cannot find a direct solution for this
My current code:
public App()
{
InitializeComponent();
...
2
votes
1
answer
136
views
.NET MAUI - Is it possible to detect (and don't block) native touch and TapGestureRecognizer?[Android]
I have a simplified code:
<MyCustomView>
<MyChildView/>
</MyCustomView>
Inside MyChildView:
<Content>
<MyClicableView>
<MyClicableView.GestureRecognizers>
...
0
votes
0
answers
12
views
How to clear selection in a CollectionView by clicking OK in a DisplayAlert?
**Hello everybody. I´m trying to clear selection in a CollectionView after clicking "OK" in a DisplayAlert but I haven´t be able to achieve it. Here´s my original code (regci is my database):...
0
votes
0
answers
19
views
I am trying to enter an input with the Entry tag in the AbsoluteLayout in xamarin android, but the numbers I enter are not visible
I am trying to enter an input with the Entry tag in the AbsoluteLayout in xamarin android, but the numbers I enter are not visible. It is not like this in ios. I am using the same code, it is visible ...
0
votes
0
answers
13
views
Can't Load Types for Xamarin Community Toolkit
I am trying to create a Content Page that uses a CameraView
For this, I need the Xamarin Community Toolkit
I have installed the Nuget package for the community toolkit (2.0.6), and am trying to ...
1
vote
0
answers
46
views
I was unable to successfully compile the Xamarin application
I developed a Xamarin application, paired it with a Mac, and successfully ran it on an iOS simulator.
After creating a certificate and provisioning profile and installing them on my Mac and Windows PC,...
0
votes
0
answers
69
views
How can I display the virtual keyboard when I have a physical keyboard (Barcode Reader) connected to my device in my app .NET MAUI 8.0?
I am developing an application in .NET MAUI 8.0 where I have a barcode reader connected to it via bluetooth. However, this reader when connected works like a physical keyboard, and on some screens I ...
0
votes
0
answers
42
views
White splash screen on tablet Android Xamarin
when oppening app on tablet lenovo tab m10 Android 12, app showing white splash screen, but if I open from playmarket it is normal splash screen, it is specific problem for only this table, on other ...
0
votes
0
answers
37
views
Xamarin iOS System.UnauthorizedAccessException: Access to the path is denied reading shared files
System.UnauthorizedAccessException is triggered in our Xamarin iOS app when reading a shared file, either from another app or through a public folder.
This error is new and started after updating from ...
0
votes
0
answers
13
views
While images appear in debug and release mode in my Xamarin android application, images do not appear when published in aab format.aab
I have a Xamarin android project. I tested it in debug and release mode, the images appear, the application works fine. But when I publish it to Google Play (I create and publish the package in .aab ...