leonluc-dev
leonluc-dev
### 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 of Change ### iOS 14 added the ability for users to grant location permission with reduced accuracy. In such cases the requested accuracy is ignored and the coarse...
This PR is to add support for the new iOS 13 Dark mode. Changes made: - Changed color references to dynamic iOS 13 colors (with #available check for iOS 12...
Updated for compatibility with new TypeInfo Reflection API, used in new .NET environments like Windows Phone 8.1 , Apps for Windows Store and their respective PCL profiles.
### Type of issue Missing information ### Description The page seems to mention `` as a backup exclusion configuration. But the settings are stored using the `${applicationId}.microsoft.maui.essentials.preferences.xml` format. This mismatch...
### Description I'm using the Xamarin/Maui Essentials SecureStorage in my iOS/Android project. Recently I started migration from Xamarin to Maui and I am running into a issue. ~~Whenever I store...
Afaik, the `GetJobDetail()` is supposed to return null for invalid jobs. In 3.1.0 (and 4.0.0-preview.3) the GetJobDetail() method raises exceptions instead of returning null in a few cases. While this...
### How can we help? Recently CocoaPods has entered maintenance mode and recommend people migrate to Swift Package Manager. Capacitor has [support](https://capacitorjs.com/docs/ios/spm) for SPM as well these days. I'm trying...