Android-PWA-Wrapper
Android-PWA-Wrapper copied to clipboard
Avoid page reload when horientation changes?
As the title says, how can I avoid the app to reload the page when I rotate the phone to landscape? Thank you! Roberto
hey, it seems not to happen to me when using the example app (on Sony w/ Android 9), I guess it's something in your webapp's code causing this behaviour. check out branch apps/leasingrechnen-app to double-check yourself
Try to add this code to your Manifest:
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"