flutter_qrcode_reader
flutter_qrcode_reader copied to clipboard
Fix layout for iPads running iOS 13.0
When running the QRCode Scanner on iPads running iOS 13.0, the cancel button isn't visible.
Also, the scanner opens up as a pop-up rather than a full-screen scanner.
Has that been fixed with https://github.com/bcko/flutter_qrcode_reader/pull/53? I cannot check it as I do not have a IOS 13 device.
Nope. That just fixed the layout for iPhone and not for iPads.
And also, the button position messes up when the orientation changes.