Re: [android-developers] Re: creating a WebView in the top of a view

2010-08-03 Thread Mark Murphy
On Tue, Aug 3, 2010 at 10:27 AM, guich wrote: > I already tried a Dialog, but the events of the WebView are frozen, > and also the size does not take all the screen. > > So, i'm trying to do it with an Activity: > >   class WebViewer extends Activity >   { >      String url; >      public void onC

[android-developers] Re: creating a WebView in the top of a view

2010-08-03 Thread guich
Hi, I already tried a Dialog, but the events of the WebView are frozen, and also the size does not take all the screen. So, i'm trying to do it with an Activity: class WebViewer extends Activity { String url; public void onCreate(Bundle savedInstanceState) { supe

[android-developers] Re: creating a WebView in the top of a view

2010-08-02 Thread HeHe
i guess you need to capture BACK key events and hide WebView accordingly. On Aug 2, 1:56 pm, guich wrote: > Hi, > > I'm trying to do a fairly simple thing but i'm failing since 3 hours. > > I have a WebView that i show with some pictures and html stored in > local sdcard. After the user clicks a