>
> Thanks for showing interest. My question is, how to achieve this ?
>

when i try below approach 

webview  objwv = new WebView(this);
objwv.loadUrl("index.html");

and on button click, say setContentLayout(objwv);

i see blank page, the page is not rendered. but when the setcontentview is 
called before loadurl, (i.e it is visible), the page loads and renders with 
a white flash.

to avoid this white flas, i want to load it while it is not set as layout 
content.

hope i am clear now.

thanks and regards
jagat

-- 
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