Redth / ZXing.Net.Maui

Barcode Scanning for MAUI?
MIT License
434 stars 143 forks source link

Update iOS orientation handling for application orientation and orientation changes #186

Open bstadick opened 2 months ago

bstadick commented 2 months ago

Update iOS orientation to follow application orientation using the last key window. Falls back to no transformation if no key windows found.

Also observe device orientation changes and update layout subview when it changes. Remove the observer when the camera is disconnected.

This is an update to pull request #43 in response to issue #40.