Hi,
I'm developing an android application based on HTML. I made several tabs and put a WebView into each tabs to display the page. Currently I want to use just single WebView instance for all tabs to support login/out feature. I mean I need consistency of user's status during transition of each webpages in tabs.
Is it available to share an WebView in different tabs? Thank you.