Skip to main content
Filter by
Sorted by
Tagged with
4 votes
3 answers
3k views

As you can see in my screenshot, my app (Q2go) has a white border around the launcher icon. But if I look at "Maps" for instance, the border is removed and the whole icon is showing. I ...
1 vote
1 answer
3k views

I have an app that works with Xamarin Forms, I need to add a feature to show a youtube player (play and pause). It will be only for Android users at least for now. I think that WebView is not an ...
4 votes
2 answers
6k views

I am trying to modify the default Xamarin Forms (Flyout) App template to use Material Design Icons for the FlyoutItem icons, instead of the supplied .png files. I have tried to follow this blog post ...
4 votes
2 answers
208 views

I try to give the user the chance to click on a button to create a new Button and initially the Button Name at the same time. The user can create as many buttons as he wants, showed in a ScrollView. ...
0 votes
0 answers
62 views

I'm trying to change the color of the background of an object in a UserControl programmatically because I'm using different dictionaries with different properties for each case using binding. I've ...
0 votes
1 answer
284 views

as you know you cant call your Listview Items in code behind if they are populated with MVVM. soo I have a label in my list view that populated with MVVM and in front of it there will be some Enterys. ...
1 vote
2 answers
1k views

I have 2 listviews in my page. First list shows categories horizontally. Second list shows corresponding products below upon clicking category. Each list item of second list contains plus and minus ...
-1 votes
2 answers
1k views

I don't understand why is there so much space before the end of the screen(photo attached, platform - Android). It looks like AbsoluteLayout fills not all the space of the screen, but it's not true....
3 votes
1 answer
3k views

In my Xamarin.forms app, I can call a specified phone number using Xamarin.Essential plugin. The problem I am facing is, when I click to call on my app in Android it will open the phone dialer and the ...
1 vote
1 answer
932 views

I'm trying to change a CollectionView's EmptyView Text's font color. It seems to automatically change from black to white when switching between the native device's Light theme and Dark theme. ...
1 vote
1 answer
434 views

I got a message today from the google play console stating that my app must support 16 kb memory page sizes by november 1, 2025. If I don't fix this by november 1st 2025 I will not be able to release ...
1 vote
4 answers
9k views

I'm new to xamarin forms, I created an Android Forms apps. But when i give x:Name="" to any element in xaml. In code behind i can't access this property id. - I updated nuget packages even i keep ...
0 votes
1 answer
277 views

error: Severity Code Description Project File Line Suppression State Error CS0029 Cannot implicitly convert type 'Xamarin.Essentials.ShareFile[]' to 'System.Collections.Generic.List<...
5 votes
4 answers
10k views

I intend to load local HTML files into a Xamarin Forms WebView. I've added the HTML files to the assets/HTML folder, and its Build Action is set to AndroidAsset. I've implemented the base URL finder ...
1 vote
1 answer
108 views

I am figuring out how can I run my machine learning model in C#.NET Xamarin Android app. I am testing it inside Android device created using Android Device Manager that comes with VS2022. I have ...
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 ...
0 votes
0 answers
289 views

I have a sample Socket application that communicates between two devices using and IP address and port. The IPV4 IP-addresses work fine in the application but I cannot seem to get the correct ...
4 votes
12 answers
15k views

So suddenly the common error "The name InitializeComponent does not exist in the current context" appeared in every single xaml.cs class in all my solution, I have tried multiple common ...
1 vote
1 answer
355 views

How do I change the default color of the Loading Spinner in ACR user dialogs. Anyone know how to change the Loading Spinner color in Xamarin.Forms IOS?
2 votes
1 answer
940 views

I am using MSAL to connect my Xamarin.Forms-Windows 8.1-App to Azure AD B2C with a custom SignInSignUp-policy (to login the user by using a custom E-Mail address and a password). The "normal" ...
97 votes
12 answers
99k views

I receive the following error in DidCompleteWitherror: com.apple.AuthenticationServices.Authorization Error Code 1000 I'm using the following code to sign in to Apple var appleIdProvider = new ...
0 votes
1 answer
841 views

I have old xamarin android jobintentservice I'm replacing to support android 12.0. I now inherit Worker instead of JobIntentService, and use WorkManager to enqueue its job. Couple of questions: Is ...
0 votes
2 answers
827 views

I've tried following the documentation for ReactiveUI.Fody. https://github.com/kswoll/ReactiveUI.Fody Added the FodyWeavers.xml the generated file to the shared project. <Weavers xmlns:xsi="...
3 votes
5 answers
28k views

I am trying to sign my iOS distribution package with distribution provisioning profile and certificate. The bundle can be created and signed with no error, however, when I try to install the package ...
0 votes
0 answers
21 views

I have a Maui App containing an AppShell. It works perfectly on any phone but crashes on Android Oreo (8.1). I do see the Login page without any issues but as soon as I navigate to the AppShell, it ...

1
2 3 4 5
693