50,801 questions
0
votes
0
answers
26
views
Net Maui - Black Screen on page transition
I migrated Xamarin app to Net Maui (Net9.0)
Was a lot more work involved than I hoped but all is good, apart from one issue.
On every change of page, I get a black screen (full black screen) on ...
0
votes
1
answer
21
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
16
views
Xamarin - Radio button in code dynamic grid text answer binding
I cant work out how best to solve this and bare with me, I am a beginner.
I have a list of "questions" built within a dynamic grid in code. Each question requires a string answer to be ...
0
votes
0
answers
21
views
RoutingEffect being ignored on Images for Android on Maui
I am porting a RoutingEffect for an Image from Xamarin to Maui, but it seems to be being ignored for Images but works on other controls. I have the following RoutingEffect code :-
public class ...
0
votes
0
answers
24
views
Default FirebaseApp is not initialized in this process - Maui [duplicate]
I recently implemented firebase push notification into my maui app and facing a strange issue,
sometime the application works fine and sometime it trows exception,saying:
Default FirebaseApp is not ...
0
votes
0
answers
80
views
Default FirebaseApp is not initialized in this process,Make sure to call FirebaseApp.initializeApp(Context) first, MAUI ios
I recently migrated my live Xamarin.Forms iOS app to .NET MAUI and implemented Firebase push notifications using plugin.firebase.cloudmessaging in the MAUI version of the app.
getting exception :
: '...
0
votes
0
answers
23
views
Firebase crashlytics for Xamarin iOS app strips too much in it's crashlogs
So I am trying to collect crashlogs from a Xamarin Native iOS app using firebase crashlytics, but the crashlogs won't let me identify where the crashes are coming from.
Here's test code I'm trying to ...
0
votes
1
answer
63
views
How to reset user location settings?
I’m developing a .NET MAUI app and currently testing it on Windows.
In my code, I’m attempting to access the device's location using the browser's location API. When the app requests location access, ...
1
vote
1
answer
47
views
MAUI - mobile - Shell tabs only appear on pages listed in the tab element
I think I am missing something with the tabs system - https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/shell/tabs?view=net-maui-9.0
I want to get rid of the navbar at the top, and simply use ...
0
votes
1
answer
55
views
.NET MAUI iOS Release Build Requires Developer Mode to be Enabled on Physical Device
I have developed a .NET MAUI iOS application and successfully created an .ipa file using a Distribution certificate and provisioning profile. However, when attempting to install the app on a physical ...
1
vote
0
answers
12
views
Xamarin Android C# empty space after adding divider using ItemDecoration
I am using a custom divider.
And I add a divider after each itemView.
divider
When I select several elements next to each other, it turns out that the divider is between them.
And you can see white ...
0
votes
2
answers
135
views
.NET 8.0 SDK Style Project, Migrating to VS code for iOS 18 support
I have a NET8.0-iOS project on Visual Studio for Mac 2022, which supports iOS 17 but from April we need to generate App Store build using latest Xcode 16 with iOS 18. So to support this we are ...
0
votes
1
answer
23
views
Android SetDecorFitsSystemWindows changes status bar to black on resume
So I'm using Window.SetDecorFitsSystemWindows(false) in onCreate to make my app full screen, the status bar is semi-transparent drawn over my view/activity (which is what I want).
However when I ...
0
votes
0
answers
27
views
How to place the view in the center of the bottom sheet fragment?
Is there a way to position the view in the center of BottonSheetFragment. I have a simple LinearLayout where the name and price located. Under these field i have one more LinearLayout with an error ...