leonluc-dev

Results 9 comments of leonluc-dev

I have created a dark mode compatible version of the DatePickerDialog here: https://github.com/leonluc-dev/DatePickerDialog-iOS-Swift/blob/1c2c6ef/Sources/DatePickerDialog.swift which you can add to your project. Hopefully it can be merged into the main repository soon...

@jamesmontemagno I've adjusted the version check to use the DeviceInfo API as suggested

@jamesmontemagno The suggested changes have been applied

This is because for some reason on iOS the Xamarin.Essentials MediaPicker processes images from the camera as PNG, which is highly inefficient for photographs and more meant for screenshots and...

It seems the documentation for the backup configuration is slightly outdated. Here are the set of rules that worked for me, allowing me to keep backup enabled but solving this...

@jsuarezruiz > I think this issue will be fixed by #17928 in the next release. I built the maui sdk from source (`main` branch) to test this fix. While it...

After a lot of debugging, it seems it's not specifically related to the size of the data. I've managed to create a minimal reproduction of the issue here (using .NET...

I'm aware the only way to reliably fix this deadlock is to properly implement async/await. Problem is this is legacy code any many many pieces of other legacy code access...

I recently ran into a similar issue on Windows using the `GeniusScanSDK.Scanflow.iOS` Nuget package. On Mac this package can be added fine but trying to add/restore this package or build...