34,618 questions
4
votes
3
answers
3k
views
Remove white container around android launcher icons
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
Xamarin Forms show Youtube video
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
Using Material Design Icons with Xamarin Forms - What Am I Missing?
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
A Button automatically add a new Button with a Name
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
Changing background color of an Item programmatically using binding
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
Saving an Entry in listview to a class after pressing save
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
Xamarin Label not updating after initial in Mvvm listview
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
Why do AbsoluteLayout.LayoutBounds work incorrect in Xamarin?
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
Xamarin.forms make phone call without going to dialer in Android
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
Change CollectionView EmptyView Text Color
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
.Net 9.0 Maui needed from november first to be able to release new version to Google play store?
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
XAML code behind x:name property is unaccessable
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
Cannot convert type 'Xamarin.Essentials.ShareFile[]' to <Xamarin.Essentials.ShareFile>
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
How to load local HTML files in Xamarin Forms WebView
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
OnnxRuntime SO files does not get packaged in a APK file generated from Xamarin app
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
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
0
answers
289
views
Xamarin Forms Socket connection using IPV6 address
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
Getting error: "The name InitializeComponent does not exist in the current context", in every xaml.cs class (Xamarin Forms)
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
ACR User dialogs - How to Change spinner color in Xamarin.Forms IOS?
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
Connection Issues when using AcquireTokenAsync() in Xamarin Forms Windows App with Azure AD B2C and custom policy
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
com.apple.AuthenticationServices.Authorization Error Code 1000
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
Xamarin android Worker [closed]
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
ReactiveUI Fody [Reactive] attribute not working in Xamarin Forms
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
Failed to verify code signature of MYAPP.app
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
Maui AppShell not compatible with Android Oreo:
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 ...