Possible Duplicate:
Removing address bar from browser (to view on Android)
I'm trying to run a web-based application in Android, and I want to hide the webpage address bar while running the application. Is that possible? How do I do it?
I'm trying to run a web-based application in Android, and I want to hide the webpage address bar while running the application. Is that possible? How do I do it? | |||||
feedback
|
This question came from our site for enthusiasts and power users of the Android operating system.
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Executing this JavaScript on document load will scroll the browser down so that the address bar is off screen:
That's probably as good as you're going to get without writing a native Android app with a | |||||
feedback
|
|
You'll need to add your own Really, don't forget | |||
|
feedback
|
|
You don't need to use javascript at all. The Android browser is webkit based. Adding the following lines
in the | |||||||||
feedback
|