apache / cordova-plugin-screen-orientation

Apache Cordova Screen Orientation Plugin
https://cordova.apache.org/
Apache License 2.0
219 stars 228 forks source link

Scaling issue when loaded in landscape, locks to portrait. #106

Open joefaron opened 2 years ago

joefaron commented 2 years ago

I was manually forcing portrait in AndroidManifest, which led to random scaling problems 20% of the time on load.

Turns out this plugin creates same exact issue, so I'm assuming it's something beyond it's control within the android cordova viewport initialization or something?

For details: https://github.com/apache/cordova-android/issues/1500

joefaron commented 2 years ago

It's an android webview error... for samsung and couple other devices. :\