求助手机版上边地址栏和下面状态栏隐藏方式
By
kuyku
at 2015-10-10 • 0人收藏 • 2961人看过
求助手机版上边的地址栏和下边的状态栏是怎么隐藏的,向咱们这个网站一样的效果,我想求教相关代码,能教么,然后这代码需要写进哪里,我想把一个小说手机网页改成咱们这样显示,没有上边地址栏和下面状态栏
4 个回复 | 最后更新于 2015-10-10
https://github.com/lincanbin/Carbon-Forum/blob/master/styles/mobile/template/layout.php
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" /> <meta name="full-screen" content="yes" /> <meta name="browsermode" content="application" /> <meta name="x5-fullscreen" content="true" />
以上meta可以实现我已知的浏览器的全屏。
登录后方可回帖
@lincanbin