I have a webapp that is converted into a mobile app (Android) via Jasonette.
When I change the orientation of the device, e.g. from portrait to landscape, this causes the page to reload.
This does not happen in my web-app.
Is there a way to prevent the page reload in the mobile app, when changing the orientation of the device?
Thanks