I'm developing some small application, which has to run mobile "html web app" in full screen and without possibility to zoom.
The problem is that once I change orientation, "html web app" is reloaded in WebView every time. So if user navigates somewhere and changes orientation it goes back to beginning of "html web app".
I know about StateManager, but it is possible to save state of WebView? (Saving on Activity_Pause and loading on Activity_Resume WebView URL won't help, because "html web app" has Javascript which does some changes on Map it puts some markers and layers.
Any solution for this?
Thank you
The problem is that once I change orientation, "html web app" is reloaded in WebView every time. So if user navigates somewhere and changes orientation it goes back to beginning of "html web app".
I know about StateManager, but it is possible to save state of WebView? (Saving on Activity_Pause and loading on Activity_Resume WebView URL won't help, because "html web app" has Javascript which does some changes on Map it puts some markers and layers.
Any solution for this?
Thank you