html5 - How to make H5 pages display full screen in mobile browsers and WeChat
巴扎黑
巴扎黑 2017-05-16 13:35:01
0
2
754

<meta name="x5-orientation" content="portrait">
<meta name="full-screen" content="yes">

Setting meta can make UC and QQ browser full screen. How about other browsers? WeChat? safari?360?

巴扎黑
巴扎黑

reply all(2)
仅有的幸福
    <meta name="full-screen" content="yes">
    <meta name="browsermode" content="application">

Try more mobile phones

世界只因有你

<meta name="viewport" content="width=device-width, initial-scale=1.0">
In this way, the width is equal to the width of the device

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template