小程序组件video问题

发布于 6 年前作者 umao12190 次浏览最后编辑 6 年前来自 issues

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

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

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

2 回复
uqiao
uqiao1 楼6 年前

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

wenyong
wenyong2 楼5 年前

 复现问题的代码片段 <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>