Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid page reload when horientation changes? #19

Open
robertofabrizi opened this issue Apr 14, 2020 · 2 comments
Open

Avoid page reload when horientation changes? #19

robertofabrizi opened this issue Apr 14, 2020 · 2 comments

Comments

@robertofabrizi
Copy link

As the title says, how can I avoid the app to reload the page when I rotate the phone to landscape?
Thank you!
Roberto

@xtools-at
Copy link
Owner

xtools-at commented Apr 14, 2020

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

@MrJohanB
Copy link

MrJohanB commented Apr 26, 2020

Try to add this code to your Manifest:
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants