34,672 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 '...
0
votes
0
answers
22
views
.Net Maui - iOS Privacy Manifest
We are using the following Nuget Package "BarcodeScanner.Mobile.Maui" for Barcode scanning in our .Net Maui App.
Above nuget package already has Privacy Manifest file included but still App ...
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
24
views
Xamarin forms EventToCommandBehavior is not recognised in xaml view
I am creating a Xamarin forms app. In my xaml, the EventToCommandBehavior is not recognising and showing compile error :
Cannot resolve type "behaviors:EventToCommandBehavior".
The type '...
0
votes
0
answers
22
views
How to use custom font in Xamarin.Android?
In Android device or emulator, there will be a set of fonts available as system fonts. The list of fonts can be obtained by using this API AvailableFonts
Questions:
How to display a TextView with the ...
0
votes
0
answers
26
views
pdftron PTDocumentController remove annotationToolbar
I am using the PTDocumentController to display the a PDF file but I want to remove the annotation drop down and toolbar. Below is the code that I have tried but it is not working.
var ...
1
vote
1
answer
118
views
testhost.exe doesn't see Microsoft.Android Framework?
I'm upgrading a Xamarin Forms project to MAUI taking the projects to .NET 8 and everything seems to be working alright until I try and run tests. The app works and all of my tests show in the Test ...
0
votes
0
answers
65
views
In .Net MAUI when used data template the child height is not updated to parent height
In . NET MAUI when used data template and inside the data template when used grid or stack layout and inside it used label or any and setting the height for the label but not for parent (grid or stack ...
1
vote
0
answers
39
views
Xamarin.Forms iOS project not resolving Xamarin's namespaces while Android does & the opposite if updated
Using .Net 5.0 /
Xamarin.Forms v5.0.0.2125
I re-opened a project I was building with .NET 5.0 in the past and have been trying to bring it back to life, everything works well with android but it doesn'...
0
votes
0
answers
44
views
Xamarin error when running with debugger on an android sim [libc] Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE)
This is a very weird error I'm getting but that wasn't happening literally last night and I haven't changed anything in the project since then.
I read questions about the same problem but it seems ...
0
votes
0
answers
15
views
ListView not scroll enought
I'm newer with mobile development and xamarin.
I've got a listview in a xamarin page in an application with a tabbar in the bottom.
The listview doesn't scroll enought to show the last items.
This is ...
1
vote
0
answers
53
views
Update Xamarin Forms App to .Net Maui App Preference Data gets lost
I have an app created in Xamarin Forms in the store. I recently migrated to Maui. I was using Xamarin.Essentials.Preferences in my Xamarin Forms, and in my Maui I had to change it to Microsoft.Maui....
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 ...
1
vote
1
answer
71
views
iOS On Demand Resource with MAUI
With Asset packs for Android now in MAUI .NET 9, I wonder how to use the iOS equivalent of On Demand Resources in MAUI. I thought I could port over a few of my older Apps (which still use Xamarin....
0
votes
0
answers
75
views
.NET MAUI - Android - NullPointerException - androidx.core.view.ViewCompat$Api29Impl.getAccessibilityDelegate
The application crashes only in Release and almost every time I navigate to the page where custom view is present.
Here is the code for MyLinkView:
<ContentView.Content>
<Label
...