小程序组件video问题
发布于 5 年前 作者 umao 11998 次浏览 来自 官方Issues

视频播放,一个小时左右的视频安卓机播放几分钟执行了

bindended结束事件,但是还没有结束,苹果手机播放正常

加了progress组件看加载进度安卓手机比苹果慢很多

2 回复

麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

 复现问题的代码片段 <video direction=‘90’ show-mute-btn=“true” id=“video” auto-pause-if-navigate=“false” src=’{{list.video_address}}’ bindfullscreenchange=“fullScreen” bindended=“closeVideo” custom-cache="{{false}}" initial-time=’{{list.time}}’ bindpause=‘bindpause’ bindplay=‘bindplay’ enable-play-gesture=‘true’ auto-pause-if-open-native=‘true’ bindtimeupdate=‘bindtimeupdate’ bindwaiting=‘bindwaiting’ binderror=‘binderror’ bindfullscreenchange=‘bindfullscreenchange’ bindprogress=‘bindprogress’ auto-pause-if-navigate=‘true’ show-play-btn=‘true’></video>

回到顶部