I have a really heavy loading WebView
in a Fragment
.
The WebView
takes about 2-4 seconds to load the url.
Every time the orientation is changed the WebView reloads the Url and it is a really bad user experience.
Is there a way to leave the url/WevView alive when the orientation changes?
Thanks
I forgot to add i cant add orientation to the manifest because of how the app is built.
android:configChanges="orientation|screenSize">
So answers i found don't help me in my case.