Scroll the browser to make my webapp fullscreen
when I open android browser it opens in Google for mobile, and the page scrolls down so the address bar is not visible.. how can this be done to have more screen space with my webapp.
I have a webapp that loads a map, but to have more viewing field I will like to start the browser (via a shortcut) without the address bar or scroll u开发者_高级运维p to hide..
thanks.
<body onload="setTimeout('scrollTo(0,1)',1000);">
精彩评论