xamarin.forms Questions
4
Solved
I am creating a Xamarin.Forms mobile app that targets Android with .NET Standard as my code sharing method. Unfortunately the API I'm consuming works in Postman but doesn't work in C# using HttpCli...
Adenoidectomy asked 28/6, 2018 at 6:56
7
Solved
How to automatically select all text on focus in Entry,Editor,Label? Use Cross Platforms.
Quantity.IsFocused = true;
No work :(
Phyllisphylloclade asked 28/1, 2015 at 14:4
1
I am working on a Xamarin app that uses AWS Cognito for user authentication. I'm trying to implement a forgot password, and the MFA is setup to use an email confirmation code.
However, when I try ...
Julianjuliana asked 2/4, 2019 at 12:16
1
I have implemented http server on raspberry device which has it own network without access to internet. Now, I am developing Xamarin.Android application which needs to download files stored on serv...
Procedure asked 8/10, 2019 at 13:11
3
Solved
I have connected my windows laptop to Macbook pro late 2011 for developing xamarin.forms ios applications. My visual studio version on Widows machine is 16.7.2 with xamarin.ios version 13.20.2.2.
M...
Sphericity asked 7/9, 2020 at 9:51
2
Solved
is there any way to change the background colour of the DatePicker control while showing a calendar view?
Please check the attached screenshot.
Delusive asked 20/1, 2017 at 10:20
9
I have a Xamarin.Forms application. I am up to date on my VSMac, XCode, Xamarin, Xamarin.Forms, Mac, and everything else that I can think of. I am stumped regarding where to go resolve this issue. ...
Kava asked 27/2, 2020 at 19:53
5
I have a list view in my app, some data is saving to the database before populating list view.
My problem is that can't see the data, and how to verify the data is stored in the database.
Gosselin asked 31/10, 2015 at 5:5
9
Solved
Default FirebaseApp is not initialized in this process. Make sure to call FirebaseApp.initializeApp(Context) first.
i have tried with many things but i am not able to Get notifications in devices....
Musick asked 23/3, 2018 at 14:30
7
I recently upgraded to the new Xamarin for Visual Studio, and since then, I can no longer hit breakpoints during IOS debugging. Android works fine, strangely.
I uninstalled and reinstalled Visual ...
Hachman asked 17/5, 2017 at 4:21
2
Solved
After upgrade my Xamarin.Forms version to 5.0.0.2244, I'm getting the following warning in Main.cs file inside my iOS project:
Method UIKit.UIApplication.Main is obsolete: Use the overload with Ty...
Effeminate asked 17/11, 2021 at 20:38
9
Good Day everyone. I'm developing a Cross Platform Application in Xamarin.Forms when I encounter this error "Are you missing a using directive or an assembly reference". My project is working fine ...
Nucleate asked 8/6, 2016 at 9:4
5
Solved
I have a very simple UI that has one entry control to enter phone number and a button. The entry control has a handler for removing border around it. When the entry control got focus, keyboard pops...
Ask asked 3/1, 2023 at 18:12
5
Solved
I can't seem to find AsyncCommand in .NET MAUI or .NET MAUI Community Toolkit. Any idea what package/namespace I can find it?
Drinker asked 17/5, 2022 at 16:4
6
I have an issue in my application Cleartext HTTP traffic to x not permitted.
I've already tried putting android:usesCleartextTraffic="true" in my manifest. But i want to change "andr...
Georgiannageorgianne asked 13/4, 2021 at 8:12
3
Solved
I am working on Xamarin forms where I need to show master detail navigation after successful login screen. I want to change default hamburger icon but not able to change it.
Please see below code...
Islet asked 14/11, 2017 at 13:2
5
Solved
I'm new to Xamarin unfortunately. I've been trying to create a simple page with a map on it using the Xamarin.Forms.Maps package, but upon building I run into about 92 errors all describing that va...
Godart asked 6/6, 2018 at 21:20
4
I have tried all the suggested solutions in stack overflow. I am not getting any error while deploying or while building my solution. Build is successful each time.
I am using visual Studio 2022 (p...
Invincible asked 4/12, 2021 at 16:28
2
Why is it that even though I have the build setting in Visual Studio set to Release everything I create within a side-loaded UWP distribution is placed within a folder with _test on the end? Is it ...
Hobbema asked 17/4, 2019 at 16:2
3
Solved
I have declared global styles in .Net Maui and trying to access it from one of the pages but it's throwing exceptions
Microsoft.Maui.Controls.Xaml.XamlParseException: Position 10:37. Type converter...
Apprehensible asked 21/8, 2022 at 5:19
1
I am trying to update my app to target android 34 as given by offical announcement (https://dotnet.microsoft.com/en-us/platform/support/policy/xamarin)
I tried changing the manifest file directly t...
Prepositive asked 1/3 at 13:13
4
Solved
In Xamarin.Forms, how do I set FontAttributes within XAML to both Bold and Italic?
Example:
<Style TargetType="Label">
<Setter Property="FontAttributes" Value="Bold" />
<Setter ...
Maighdiln asked 14/7, 2015 at 9:58
4
I have a ContentPage that lists purchase requests. I am trying to add a Flyout visual hierarchy to the AppShell.xaml. The navigation needs to have items that will navigate to the same page, but sho...
Neuburger asked 17/6, 2020 at 16:10
3
Solved
I want my Xamarin Forms application to disable screenshots. Is there a way to do so?
Note: I found solutions in pure Android and iOS versions, but I need Xamarin solution. If there is a way to emb...
Lawtun asked 22/6, 2016 at 6:33
3
I am having a Xamarin forms ios app with push notifications enabled it works fine with a Distribution provisioning profile but not with the Development profile. I have uploaded the certificates for...
Hypostasis asked 17/4, 2020 at 6:43
1 Next >
© 2022 - 2024 — McMap. All rights reserved.