bcko / flutter_qrcode_reader

Flutter qrcode reader
MIT License
233 stars 92 forks source link

Fix layout for iPads running iOS 13.0 #56

Open ShivamArora opened 4 years ago

ShivamArora commented 4 years ago

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.

johanhenselmans commented 4 years ago

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.

ShivamArora commented 4 years ago

Nope. That just fixed the layout for iPhone and not for iPads.

And also, the button position messes up when the orientation changes.