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

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....

feature-request

### 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 | |:------:|:-----:|:-----:| |![entry](https://user-images.githubusercontent.com/59065470/106051575-ac5f9300-60f9-11eb-965c-7c54e44ba858.jpg)| ![entry](https://user-images.githubusercontent.com/59065470/106052372-8981ae80-60fa-11eb-980d-4a7820d6e357.jpg)|![editor](https://user-images.githubusercontent.com/59065470/106052387-8edef900-60fa-11eb-91e4-59d9cc549540.jpg)|

### 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...

awaiting-review

### 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...

### 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&note=Attended Practice&amount=10.00" ### Steps to Reproduce 1. Install Essentials...

bug

### 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...

bug

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...

question