<!-- uc强制竖屏 -->
<meta name="screen-orientation" content="portrait">
<!-- QQ强制竖屏 -->
<meta name="x5-orientation" content="portrait">
<!-- UC强制全屏 -->
<meta name="full-screen" content="yes">
<!-- QQ强制全屏 -->
<meta name="x5-fullscreen" content="true">
<!-- UC应用模式 -->
<meta name="browsermode" content="application">
<!-- QQ应用模式 -->
<meta name="x5-page-mode" content="app">
<!-- windows phone 点击无高光 -->
<meta name="msapplication-tap-highlight" content="no">
<!-- 适应移动端end -->

 

设置横屏应用要在config里面设置,网页做不到。

相关文章:

  • 2021-12-12
  • 2021-12-13
  • 2022-01-01
  • 2021-11-02
  • 2021-12-16
  • 2022-01-01
  • 2022-12-23
猜你喜欢
  • 2021-12-12
  • 2022-12-23
  • 2021-12-15
  • 2022-01-20
  • 2021-10-19
  • 2021-12-13
相关资源
相似解决方案