I'm running into the same problem, but when I make this change (webview to webkit) I get a compile error saying it cannot be resolved. Ctrl-Shift-O doesnt bring in any new imports, so I'm at a loss as to how to get the compiler to recognize this.
Can you shine some light? Many thanks. SJ On May 11, 9:56 pm, Bill Zimmerly <billzimme...@gmail.com> wrote: > I was successful in fixing the problem (above) and this details it... > > This line in the Webapp.java file had to be changed from this ... > > >webview= (WebView) findViewById(R.id.webview); > > To this... > > >webview= (WebView) findViewById(R.id.webkit); > > And, in the main.xml file these two lines had to be replaced... > > > android:layout_width="wrap_content" > > android:layout_height="wrap_content" > > By these two... > > > android:layout_width="fill_parent" > > android:layout_height="fill_parent" > > - Bill --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---