-
Hello. I have an app that works perfectly fine on Android but not on iOS. Whenever I call GetPositionAsync, it throws an exception:
I am aware another thread was made in regards to this last year…
-
### Description
When using the xamarin essentials web authenticator property "AppleSignInAuthenticator.AuthenticateAsync();" The first time a user signs in they have the option to receive the use…
-
### Description
I need a feature to limit how long of a video is allow to be captured when using the MediaPicker.CaptureVideoAsync. The CrossMedia tool had a DesiredLength property but this tool isn…
-
With an Android 11 Device the code
var photo = await MediaPicker.CapturePhotoAsync()
generates this error
Xamarin.Essentials.FeatureNotSupportedException: 'Either there was no camera on the…
-
I'm having the below crash when initializing the Keychain on Android. I suspect the stored KeyStore file is corrupt. The problem is that there is no clean way to clear the Keystore in such a case an…
-
# Xamarin.Auth Issue
Issue: In Android 12 (the recently released Android version), the mobile application crashes when the user tries to login via SSO. After debugging for the root cause, it is fou…
-
### Steps to Reproduce
Invoke:
```csharp
await PHPhotoLibrary.SharedPhotoLibrary.PresentLimitedLibraryPickerAsync(Platform.GetCurrentUIViewController());
```
Or:
```csharp
await PHPhotoL…
-
### Description
TextToSpeech doesnt allow to select a specific voices for IOS and Android
var locales = await TextToSpeech.GetLocalesAsync();
locale = locales.FirstOrDefault(w => w.Name.ToU…
-
### Version Information
- Visual Studio version: 8.10.4 (build 11)
- Xamarin.Android version: 11.3.0.4 (Visual Studio Community)
- Using AndroidX or Support Libraries: Xamarin.AndroidX.Work.Runt…
-
### Description
Some part of the conversion through `Xamarin.Forms.Color` => `System.Drawing.Color` => `UIColor` is not quite right.
I noticed this when trying to set `PreferredToolbarColor` whe…