Re: [android-developers] How to hide the status bar when using WebView?

2010-05-17 Thread Ashok Jeevan
Hi, Thanks Mark, for your clarification. The status bar needs to be hidden when I am browsing a web page(the page which I am viewing has to be full screen). Since I am using WebView, this is not possible. Are there any other solutions? Ashok Jeevan +91 9895401278 On Sun, May 16, 2010 at

Re: [android-developers] How to hide the status bar when using WebView?

2010-05-17 Thread Mark Murphy
Ashok Jeevan wrote: Thanks Mark, for your clarification. The status bar needs to be hidden when I am browsing a web page(the page which I am viewing has to be full screen). Since I am using WebView, this is not possible. No, it IS possible if you are using WebView. However, you are

[android-developers] How to hide the status bar when using WebView?

2010-05-16 Thread Ashok Jeevan
Hi, I am creating a WebView which is being launched from an activity named StartUpActivity.java. My intention is to hide the status bar at the top when the WebView comes to the front, so that the WebView remains full screen (no status bar). I can hide the status bar when I launch an activity

Re: [android-developers] How to hide the status bar when using WebView?

2010-05-16 Thread Mark Murphy
Ashok Jeevan wrote: Hi, I am creating a WebView which is being launched from an activity named StartUpActivity.java. My intention is to hide the status bar at the top when the WebView comes to the front, so that the WebView remains full screen (no status bar). I can hide the status