简体   繁体   中英

How to hide Address bar in android chrome browser

I have tried almost every solution on stackoverflow.com regarding chrome hide address bar but none of them worked already tried these:

<meta name="mobile-web-app-capable" content="yes">

window.scrollTo(0,1); Please help

I don't think there is a good way to do this, unless to are OK with asking the user if he/she wants to go full screen - in that case you could use this javascript code:

document.body.requestFullscreen();

For more info, see https://developers.google.com/web/fundamentals/native-hardware/fullscreen/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM