android - How to prevent WebView auto refresh when screen rotation -
my application - activity webview auto refresh when screen rotation , activity first 1.
example: webview handle 3 activity(a, b, c) when switching a->b or b-c when screen rotating.
my question: how can keep activity alive event screen rotation?
highlighting @kirgy comment, have add orientation|screensize
manifest if api > 3.2 , wont work without in cases.
Comments
Post a Comment