问题描述:在Android中,视频可以正常在页面中播放,IOS中则自动切换至全屏模式,是因为由系统接管了该视频,测试机系统版本为IOS11

解决方法:在 video标签页中只包含 webkit-playsinline 是不够的,需要再增加 playsinline,据说是IOS10及以后新增加的

参考地址:http://www.mamicode.com/info-detail-1876981.html

相关文章:

  • 2021-09-07
  • 2021-12-02
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-08-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2022-01-10
  • 2021-11-30
  • 2022-12-23
相关资源
相似解决方案