hi all,

i use webview in my android app to be used later (on click of menu)

the problem is, when i do loadurl, there is a flicker and delay.

i wanted to load the url in the beginning, and only show the ebview when 
required (on click)

when i do objWebView.loadUrl("help.html");

inside oncreate of mainactivity, it does not load the page.

if i do it on button click it loads properly, doing runOnUiThread also does 
not help.

what is the correct way to load a page in the beginning and display later ? 
webview is not my initial contentview.

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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to