afriscic / BarcodeScanning.Native.Maui

Barcode scanning library for .NET MAUI
https://www.nuget.org/packages/BarcodeScanning.Native.Maui
MIT License
193 stars 36 forks source link

Older iOS Device and White Screen #114

Open jnsaber opened 2 days ago

jnsaber commented 2 days ago

On old iOS devices, such as a Gen6 tablet or an iPad Air 2, I get a white screen when I switch to the front camera. I am pretty sure it has something to do with the resolution for the front camera but not sure how to fix it.

afriscic commented 11 hours ago

Probably. As I see online iPad Air 2 front camera has 720p resolution. It should be automatic but try to set CaptureQuality to Medium in the xaml or before switching to front camera.