html5 API有这个参数 Screen Orientation API

可以看w3c定义的规范 The Screen Orientation API

<!-- 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">
 
 

相关文章:

  • 2022-12-23
  • 2021-07-13
  • 2021-11-13
  • 2022-12-23
  • 2021-11-13
猜你喜欢
  • 2021-12-15
  • 2021-08-27
  • 2022-01-30
  • 2021-05-21
  • 2021-09-26
  • 2022-12-23
相关资源
相似解决方案