Monday, May 17, 2010

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

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 getting
mixed up in your terms. The status bar is controlled for the *activity*.
WebView is a *widget* you include in an activity. That is what I tried
to explain in my previous message.

It is NOT possible to hide the status bar if you are using the built-in
Browser application.

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Consulting: http://commonsware.com/consulting

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment