html中的video放置在微信上打开会全屏显示,并且丢失文件上的其他内容

在html中的video标签上加上

 

webkit-playsinline="true" /*这个属性是ios 10中设置可以让视频在小窗内播放,也就是不是全屏播放*/  
  playsinline="true"  /*IOS微信浏览器支持小窗内播放*/ 
  x-webkit-airplay="allow" 
  x5-video-player-type="h5-page"  /*启用H5播放器,是wechat安卓版特性*/
  x5-video-player-fullscreen="true" /*全屏设置,设置为 true 是防止横屏*/>
  x5-video-orientation="portraint"

 

 

微信h5真机调试,参考文章https://blog.csdn.net/weixin_36934930/article/details/79870240

 

 

参考文章:https://blog.csdn.net/ffffffff8/article/details/84313138

posted @ 2020-04-18 20:41  lude1994  阅读(219)  评论(0编辑  收藏  举报