hi guys
i have a problem.i want WebView to continue loading the url even when
the mobile screen is turned off or there is switch off application.
right now i m using stopLoading..which results in blank screen .
protected void onPause() {
super.onPause();
m_webView.stopLoading();
}
i dont want to reload webview in onResume() to overcome this
problem,but would rather like to show the user fully loaded url(no
blank screen) even when they come back aftr app switching.
i m able to get back the webview using saveState() but this only works
if the webview has been loaded fully in other cases it shows blank
screen.
any suggestions how i can overcome this?any help would be appreciated
thanks in advance
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en