capacitor-community / barcode-scanner

A fast and efficient (QR) barcode scanner for Capacitor
MIT License
437 stars 172 forks source link

iOS interface orientation obsolete #146

Closed sjonkeesse closed 2 years ago

sjonkeesse commented 2 years ago

On iOS the UIApplication.shared.statusBarOrientation is deprecated and on newer versions obsolete. It has been replaced by code suggested here: https://askcodes.net/coding/-statusbarorientation--was-deprecated-in-ios-13-0-when-attempting-to-get-app-orientation

https://github.com/capacitor-community/barcode-scanner/issues/129

thegnuu commented 2 years ago

Thanks a lot for this! I was already looking into it but I did not have much time and was somehow to stupid to find a solution right away!

I will merge it and make a few tests next week, once I am back from vacation :)

sjonkeesse commented 2 years ago

Nice, enjoy your vacation!

thegnuu commented 2 years ago

@sjonkeesse Thanks a lot for your help, I will make a few tests and create a release once this is done :)