Essentials
Essentials copied to clipboard
Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
### 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] Launcher: Pixel 4 or newer, Android 12 forces split screen when opening files with default app
### 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...
### 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...
### 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...
Can have the ability to turn the flash mode to off before a photo is taken? Right now it defaults to auto.
### 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...
### 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...
### 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...
### 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:...
## 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...