H5 在有video的页面 用uni-app自带后退按钮会出现 Document not active
重现方式
① 新建 两个同级页面 index.vue info.vue
② index.vue 写跳转代码
detail(e) {
let url = "../index/info";
uni.navigateTo({
url: url
})
},
③Info.vue 添加
<video src="xxx.mp4> </video>
④点击顶部回退按钮 出现错误
Document not active
错误重现视频
https://v.youku.com/v_show/id_XNDUwMzU4MzYxMg==.html
【插件市场 使用video标签在H5允许都会报 Document not active 】
2***@qq.com
怎么修复啊
2020-03-04 16:09
DCloud_UNI_GSQ
回复 2***@qq.com: 更新到 2.5.3以上版本
2020-03-05 11:14
1***@163.com
现在 点击控制 video 显示隐藏 还是报错 Document not active 只要 video 隐藏 就会Document not active
2020-04-20 17:57