video在ios手机中出现无限加载状态
发布于 5 年前 作者 minzhao 13344 次浏览 来自 问答

video组件在安卓手机中正常播放,ios手机无限加载状态。

ios测试手机:iPhone8,iPhone11;

测试链接:https://lht.ah-zk.com/qjt/fs/file/download/D51/D51C8C3D3FAA0231D1A1887BCFD69D6FCC39B298.mp4

代码片段:

<Video autoplay={true} className='mv_bg' src={currentVideoPath} style='width: 100VW;' custom-cache='{{false}}'>Video>

使用框架:taro

回到顶部