-
### Description
when we taking photo (multiple photos) using "Microsoft.Maui.Media.MediaPicker.CapturePhotoAsync() " the cache memory of the application keeps increasing (~22 MB for each photo) in…
-
### Description
Using WebAuthentication on a UWP-application and the Windows protocol does not accept callbackUrl with greater length than 2083 characters. Posing a problem with long access_token…
-
### Description
On Android, Launcher.CanOpenAsync() returns wrong value for Google Maps URLs when targeting API level 30 (Android 11). This works fine when targeting API level 29.
### Steps to …
-
### Description
Opening up a youtube link with launch mode set to `external` causes an exception
`Xamarin.Essentials.FeatureNotSupportedException: Specified method is not supported.`
I'd expect …
-
When calling
`new ImageCropper()
{
PageTitle = "Cut an image",
AspectRatioX = 1,
AspectRatioY = 1,
CropShape = Imag…
-
Bug report best practices: [Submitting Issues](https://github.com/xamarin/Essentials/blob/main/SUBMITTING-ISSUES.md)
### Description
We are using Xamarin Essentials in our app for a number of thin…
-
https://github.com/xamarin/Essentials/blob/fe78dad8e2b0d78b7ba3ee5460862e1dbb2ed994/Xamarin.Essentials/Screenshot/Screenshot.android.cs#L21
The [standard exceptions guidelines here](https://docs.mi…
-
### Description
- I followed the Xamarin.Essentials: Contacts tutorial (https://docs.microsoft.com/en-us/xamarin/essentials/contacts?tabs=android)
- The code works and displays what I want (Listvi…
-
### Description
Looking at https://github.com/xamarin/Essentials/blob/main/Xamarin.Essentials/Types/SensorSpeed.ios.tvos.watchos.cs, one can see the following SensorSpeed intervals for iOS:
…
-
### Description
After updating our solution to the newest Android 13 supporting packages from Essentials and Forms, and adapting the code to the new expectations regarding permissions, I've found…