Essentials
Essentials copied to clipboard
Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
### Description Opening a uri using Launcher.OpenAsync using Version 1.4 on a Pixel 3 XL opens in a browser window full screen. Using 1.5, the launcher opens the browser in...
## Summary This issue is a continuation of these pull requests: #1349 #1405 we need to implement - adding contacts - EmailType and PhoneType ( work, home, main, mobile ......
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/XamarinEssentialsBrowserOpenAsync-cra/1560379)._ --- \[severity:It bothers me. A fix would be nice\] This is PRODUCTION issue. Line code: Browser.OpenAsync(url, BrowserLaunchMode.External); First happen...
### Description When trying to retrieve the full contact list in devices with over 1000 contacts the performance is not appropiate and we observe the ANR graphs in google play...
### Description of Change ### Added Device ID to DeviceInfo. Useful for distinguishing between various devices a user owns that your app may be installed on. ### API Changes ###...
### Description I get FileResult from MediaPicker.CapturePhotoAsync and then I use OpenReadAsync to get stream from file. This stream has ~10mb, but when i use camera on the same iPhone...
### Description of Change ### In Xamarin.Essentials on iOS, whenever the MediaPicker returns an image not represented by a file (mainly camera captures) it defaults to a PNG format in...
### Description Writing a OIDC implementation that sets up a (Kestrel) listener to fetch the callback from the token issuer. All works fine but now I want the app to...
### Description Some part of the conversion through `Xamarin.Forms.Color` => `System.Drawing.Color` => `UIColor` is not quite right. I noticed this when trying to set `PreferredToolbarColor` when using `Browser.OpenAsync` and noticed...
### Description Hello everyone, I have an issue with my Xamarin Forms Application in Android, I tried to check and request camera permission. But if the result is Denied, I...