elephantbug, what kind of web page are you trying to display? Perhaps http://www.google.com?
If you do try to show web pages using javascript like...above page, you have to set-on javascript. /** enabling js manually */ webView.getSettings().setJavaScriptEnabled(true); hope this helps On 9月12日, 午前10:50, elephantbug <[EMAIL PROTECTED]> wrote: > Mark, > > I tried that. The problem still persists... > > I even tried to some simple Html in onCreate method... nothing > displayed at all.. > > On Sep 11, 4:18 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: > > > elephantbug wrote: > > > The WebView shows nothing the very first time, however, if you switch > > > to other TAB and return back, everything is displayed. > > > Don't put WebView in a ScrollView. It does its own scrolling. > > > I don't know if that is your problem, but it is worth a try. > > > -- > > Mark Murphy (a Commons Guy)http://commonsware.com > > Warescription: All titles, revisions, & ebook formats, just $35/year --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

