IOS 6SPlus 版本10.1 测试不行 其他IOS手机也是不行 安卓都可以正常播放
代码如下
<video enable-danmu danmu-btn controls objectFit='cover'
autoplay="{{true}}"
show-fullscreen-btn="{{true}}"
enable-auto-rotation="{{true}}"
id="myVideo"
src="http://vod.fushiwenhua.com/sv/598a6715-17958fddfae/598a6715-17958fddfae.mp4"
vslide-gesture="{{true}}"
vslide-gesture-in-fullscreen="{{true}}"
binderror="videoErrorCallback"
show-mute-btn="{{true}}"
enable-play-gesture="{{true}}"
danmu-btn ='{{false}}'
show-center-play-btn='{{false}}'
show-play-btn="{{true}}"
picture-in-picture-mode="{{['push', 'pop']}}"
bindenterpictureinpicture='bindVideoEnterPictureInPicture'
bindleavepictureinpicture='bindVideoLeavePictureInPicture'
bindtimeupdate="timeUpdate"
poster=""
custom-cache="{{false}}"
></video>
https://developers.weixin.qq.com/s/jv5VOAmY7Yqq 代码
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。