开发者

Scroll the browser to make my webapp fullscreen

开发者 https://www.devze.com 2023-01-29 03:56 出处:网络
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.

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);">
0

精彩评论

暂无评论...
验证码 换一张
取 消