Chimeejs / chimee-plugin-mobile-controlbar

controlbar mobile chimee plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

移动端各种奇怪问题备忘

huzunjie opened this issue · comments

找到部分解决方案的问题:

问题: 360 手机浏览器 8.2.0 - 页面中原生多个video时只有最后一个可操作,其他有渲染出来但点击无响应。

解决方案:

  1. video position: absolute 有效,但父容器position:relative后依然会失效

问题: 小米 max 自带浏览器 - chimee 全屏,再退出 导致缩放比率异常

解决方案:

  1. 完善 meta 标签
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">

一大波直接使用默认播放器的浏览器总结[持续完善中...]

  1. 华为荣耀自带浏览器, 优酷,可以用,应该是加白了。

vivox21 pd1728_A_1.21.11 自带浏览器,播放后变成默认播放器

ios12系统 不能播放

苹果部分机型不能播放(iPhoneX iPhone8P iPhone6s).点击播放按钮报错Unhandled Promise Rejection: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.改成静音自动播放也不行。大神,帮忙看一下