简体   繁体   English

如何在android chrome浏览器中隐藏地址栏

[英]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: 我已经在stackoverflow.com上尝试了几乎关于chrome hide地址栏的所有解决方案,但是它们都没有尝试过这些:

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

window.scrollTo(0,1); 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: 我不认为有一个好方法可以做到这一点,除非可以询问用户他/她是否想要全屏 - 在这种情况下你可以使用这个javascript代码:

document.body.requestFullscreen();

For more info, see https://developers.google.com/web/fundamentals/native-hardware/fullscreen/ 有关详细信息,请参阅https://developers.google.com/web/fundamentals/native-hardware/fullscreen/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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