34,618 questions
1
vote
0
answers
44
views
Xamarin Forms - Last Android version supported
What is the last version of Android that is supported for Xamarin Forms? I'm trying to update my app to the last possible version of Android for Xamarin Forms. I know I'll have to switch to MAUI ...
0
votes
1
answer
631
views
How to continue using Xamarin.Forms on Android 15/16 after end of support?
I have a Xamarin.Forms application and I would like to continue using Xamarin.Forms for at least the next 2 years.
I understand that Xamarin.Forms has reached its end of support (official support ...
0
votes
1
answer
137
views
Will my Xamarin.Forms app be accepted by the Google Play Store if I select Android 13 as a Target Framework and API level 34 (Android 14)?
I have developed my app using Xamarin.Forms.
I have got an email that, 'Your developer account is at risk of being closed because it's not being used'. To fix this I need to publish an update to an ...
0
votes
0
answers
25
views
Google Fit Consent Screen Not Showing After Migration from Xamarin Forms to .NET MAUI
Description:
We recently migrated our application from Xamarin Forms to .NET MAUI, and since then, the Google Fit consent screen is no longer visible during the authorization flow.
Previous State:
In ...
0
votes
1
answer
173
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
54
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
1
answer
35
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 ...
1
vote
1
answer
166
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 ...
1
vote
0
answers
50
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'...
2
votes
0
answers
92
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....
1
vote
1
answer
107
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
1
answer
47
views
Maui AndroidSpecific TabbedPage.BarItemColor and BarSelectedItemColor?
Xamarin.forms had
android:TabbedPage.BarItemColor="#66FFFFFF"
android:TabbedPage.BarSelectedItemColor="White"
I am not able to find those 2 for Maui. Are they just missing ...
2
votes
0
answers
228
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
0
answers
10
views
Xamarin forms iOS Xam.Plugin.Media Only one operation can be active at a time Error even when multitap is preveted
I am facing an issue in Xamarin forms iOS in release.
Xam.Plugin.Media gives an error "Only one operation can be active at a time" in some physical devices and for released version only.
I ...
-5
votes
1
answer
778
views
Looks Like .NET MAUI Is Still Clunky Dealing With iOS's Provisioning Profile "System"
To all:
I've been trying to port an app I wrote last summer in Xamarin Forms over to the latest version of .NET MAUI. I had few issues (but not none) with the Android version, but - as usual - iOS is ...
0
votes
1
answer
266
views
Xamarin Forms app freezes on Splashscreen during debugging
I'm trying to debug a Xamarin Forms App on a Android Emulator but it always freezes on the Splash-Screen. Does somebody know why this happens?
This is the last version we deploy with Xamarin Forms ...
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
165
views
Unwanted Top and Bottom Spacing in .NET MAUI iOS Simulator
Problem
When running my .NET MAUI application on an iOS simulator (connected through Mac pairing), the app displays with unexpected blank spaces at the top and bottom of the screen. This issue occurs ...
0
votes
1
answer
385
views
Xamarin Android App Crash on Android 15: mono-context.c:474, condition 'fpctx->head.magic == FPSIMD_MAGIC' not met
I am encountering a crash in my Xamarin Android application, but it occurs only on Android 15. The app crashes with the following error:
* Assertion at /Users/builder/jenkins/workspace/archive-mono/...
0
votes
0
answers
91
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
33
views
How to dsplay information whithin listview whitout saving it to database?
The problem is, I've got listview which contains events whaich are added and saved to sqlite database. For example there is a certificate added to listview which expires in 2 years 4 months and 20 ...
1
vote
0
answers
62
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 ...
1
vote
0
answers
30
views
Why do some links work correctly and others throw errors? [duplicate]
private void SearchBar_TextChanged(object sender, TextChangedEventArgs e)
{
StringComparison comparison = StringComparison.InvariantCultureIgnoreCase;
ItemsListView.ItemsSource = ...
2
votes
0
answers
222
views
the version of this app may be old turn off auto update for this app to keep it from getting updated, unable to install on Android 14
I compile my app with target version android 14 (API level 34 ). When I release my app for internal testing, I am getting this error while trying to download the app through internal testing link &...
1
vote
0
answers
245
views
Pop to previous page on .NET MAUI Android seems to reload the whole UI, which causes poor navigation performance
I am using Navigation Page on .NET Maui project, and whenever I pop to the previous page on the stack (with or without animation) it shows a blank white page for a moment before it displays the page ...