Essentials
Essentials copied to clipboard
Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
I use Xamarin.Essentials version 1.7.0 and **sometimes** experience 2 similar exceptions with the `Xamarin.Essentials.AppInfo.Version` API on Android 11 and Android 12. Android 8, 9 and 10 and iOS 15 do...
## Summary I think that it would be nice if we could show a picker using which a user could save a file. It would behave like `FileSavePicker` in Windows/UWP....
### Description Currently TryOpenAsync doesn't allow you to pass any sort of parameter to go down to the StartActivity call. Is it possible in some way using Xamarin.Essentials or do...
### This fix changes the display of Pickers and Text Editors. **Before this fix, it looked like this:** | Picker | Entry | Editor | |:------:|:-----:|:-----:| || ||
### Description of Change ### This revision is necessary for applications that often use HapticFeedback. This changes will improve performance on iOS, UWP and Tizen. Using the new method, we...
### Description of Change ### **Screenshot for macOS** I thought it would be easy... hours later after testing with `CGWindowListCreateImage` and much more (`CGImage.ScreenImage`), this is the only way I...
[Bug] Why Browser.OpenAsync("url"); not working on Samsung Tab with api 30 os 11 in xamarin forms?
### Description ### Steps to Reproduce 1. I am using Xamarin Essential nuget for opening url in browser but Browser.OpenAsync("url") not working for Samsung Tab with api 30 and os...
### Description I am trying to launch Venmo from my app in iOS. It works in Android. The URI is " venmo://paycharge?txn=pay&recipients=Mark-Billson¬e=Attended Practice&amount=10.00" ### Steps to Reproduce 1. Install Essentials...
### Description TextToSpeech doesnt allow to select a specific voices for IOS and Android var locales = await TextToSpeech.GetLocalesAsync(); locale = locales.FirstOrDefault(w => w.Name.ToUpper().Contains("LEE")); This code return the correct locale...
I have to update the ui (ObservableCollection) through an event synchronous (SignalR) it may be that at that moment the application is not with that view visible because the user...