We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
插件版本: 2.1.1 问题详情: 1、 广告五秒后点击跳过,视频不会自动播放 2、 视频时间72秒,但进度条到达15秒处后,不再新增 3、 timeupdate事件中的e.detail.currentTime 到达15秒后,不再新增
复现条件: 1、初始状态下,autoplay设为false, 父容器 css display:none 2、 点击按钮后,调用requestFullScreen({ direction: 90 }) 和 video.play()
环境: ios 版本: 13.x 14.x (多台手机试过) 微信: 8.0.20
PS: 安卓试过未发现此问题, 另 ios 15.1 微信 8.0.20 也未发现此问题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
插件版本: 2.1.1
问题详情:
1、 广告五秒后点击跳过,视频不会自动播放
2、 视频时间72秒,但进度条到达15秒处后,不再新增
3、 timeupdate事件中的e.detail.currentTime 到达15秒后,不再新增
复现条件:
1、初始状态下,autoplay设为false, 父容器 css display:none
2、 点击按钮后,调用requestFullScreen({ direction: 90 }) 和 video.play()
环境:
ios 版本: 13.x 14.x (多台手机试过)
微信: 8.0.20
PS: 安卓试过未发现此问题, 另 ios 15.1 微信 8.0.20 也未发现此问题
The text was updated successfully, but these errors were encountered: