Android Question webview question

hhm

New Member
I have two webviews (webview1, webview2) on the form, one to show the website content and the other one to show the user avatar. I noticed that when I call webview.loadUrl from a button, then the session terminates (and I need to sign in) however if I close the app and reopen, then the session is alive (do not need to sign in, and it is not cached page because I can browse like a signed-in user). It is really puzzling me that what I have done wrong that this happens.

My code is a simple as putting the webviews on the main form and Dim them in the Global and calling webview.loadUrl.
 
Top