Essentials icon indicating copy to clipboard operation
Essentials copied to clipboard

Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.

Results 146 Essentials issues
Sort by recently updated
recently updated
newest added

### Description When using the share plugin to share a file the following warning is logged to the debug console which warns that the request will fail in the future....

bug

### Description On Pixel 4 devices or newer with Android 12, if a file is opened using `Launcher.OpenAsync()` the file is opened in split screen mode adjacent to the source...

bug

### Description I am using Microsoft AppCenter and I have received the following crash report for my application. The application uses Xamarin.Essentials to turn on/off the flashlight. The app itself...

bug

### Description Using `Share.RequestAsync` with `ShareFileRequest` prints out an exception on the Debug console (actual URI has been replaced with ``): ``` 06-21 16:57:58.952 E/DatabaseUtils( 8291): Writing exception to parcel...

bug

Can have the ability to turn the flash mode to off before a photo is taken? Right now it defaults to auto.

feature-request

### Description stepped through the Sample.Server.WebAuthenticator sample for xamarin ### Steps to Reproduce 1. Login via xamarin app 2. Wait for token to expire 3. Xamarin sample app does not...

bug

### Description When targeting Android 12 on a device running Android 12, prompting the user for location permission access has the option for both precise and approximate. If the user...

bug

### Description I need to take more photos, but the app restarts on Android 11 devices. Android 10 or lower is OK. It behaves enigmatic. Sometimes it happens after third...

bug

### Description On Android this works as expected. On IOS, when I try to get the photo taken by MediaPicker as a file, for i.e. get it's size, I get:...

bug

## Summary The Launcher PlatformOpenAsync methods on Android set the LaunchAdjacent flag on the intent on Android, causing the link to open in split-screen mode if this is enabled on...

feature-request