<video id="video" x5-playsinline="" playsinline="" webkit-playsinline="" :src="playUrl" controlsList="nodownload" controls autoplay class="prism-player"></video>
var ua = navigator.userAgent
document.addEventListener('WeixinJSBridgeReady', function () {
if (ua.indexOf('Android') > 0) {
setTimeout(() => {
document.getElementById('video').play()
}, 1000)
} else if (ua.indexOf('iPhone') > 0) {
setTimeout(() => {
document.getElementById('video').play()
}, 1000)
}
}, false);
这样设置在安卓机上视频也无法自动播放,求视频自动播放代码
video不在首页可以微信自动播放。
http://39.97.255.60:8080/test/video.html
传服务器看了下可以。