Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
44 views

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 ...
t_m27's user avatar
  • 143
0 votes
1 answer
631 views

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 ...
VIJAY's user avatar
  • 11
0 votes
1 answer
137 views

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 ...
BSB's user avatar
  • 277
0 votes
0 answers
25 views

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 ...
Radu Paul's user avatar
0 votes
1 answer
173 views

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 '...
FreakyAli's user avatar
  • 17k
1 vote
1 answer
54 views

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 ...
Yves's user avatar
  • 219
0 votes
1 answer
35 views

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 ...
kumar's user avatar
  • 108
1 vote
1 answer
166 views

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 ...
dghalbr's user avatar
  • 71
1 vote
0 answers
50 views

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'...
Jimmy's user avatar
  • 45
2 votes
0 answers
92 views

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....
helper's user avatar
  • 117
1 vote
1 answer
107 views

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....
Sebastian's user avatar
  • 279
0 votes
1 answer
47 views

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 ...
Emil's user avatar
  • 6,985
2 votes
0 answers
228 views

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"> <...
Rajzer's user avatar
  • 1,296
0 votes
0 answers
10 views

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 ...
Harsh Shah's user avatar
-5 votes
1 answer
778 views

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 ...
smallscreensw's user avatar
0 votes
1 answer
266 views

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 ...
BluePalmTree's user avatar
0 votes
0 answers
12 views

**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):...
Jaime Edmundo Silva Magallanes's user avatar
0 votes
0 answers
165 views

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 ...
Piyush Meshram's user avatar
0 votes
1 answer
385 views

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/...
amitpandey00's user avatar
0 votes
0 answers
91 views

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 ...
Miguel Pires's user avatar
0 votes
0 answers
33 views

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 ...
RObertos12's user avatar
1 vote
0 answers
62 views

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 ...
Lefty's user avatar
  • 113
1 vote
0 answers
30 views

private void SearchBar_TextChanged(object sender, TextChangedEventArgs e) { StringComparison comparison = StringComparison.InvariantCultureIgnoreCase; ItemsListView.ItemsSource = ...
listek's user avatar
  • 21
2 votes
0 answers
222 views

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 &...
Nazish Ali Rizvi's user avatar
1 vote
0 answers
245 views

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 ...
Zeppelin's user avatar
  • 109

1
2 3 4 5
693