onReady: function (res) {
this.videoContext = uni.createVideoContext('myVideo', this)
},
methods: {
xxx() {
// 某些场景下暂停播放
this.videoContext.pause()
}
}

- 发布:2024-12-24 14:07
- 更新:2024-12-24 14:40
- 阅读:177
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: windows11
HBuilderX类型: 正式
HBuilderX版本号: 4.36
手机系统: iOS
手机系统版本号: iOS 16
手机厂商: 苹果
手机机型: 12
页面类型: nvue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
onReady: function (res) {
this.videoContext = uni.createVideoContext('myVideo', this)
},
methods: {
xxx() {
// 某些场景下暂停播放
this.videoContext.pause()
}
}
onReady: function (res) {
this.videoContext = uni.createVideoContext('myVideo', this)
},
methods: {
xxx() {
// 某些场景下暂停播放
this.videoContext.pause()
}
}
预期结果:
onReady: function (res) {
this.videoContext = uni.createVideoContext('myVideo', this)
},
methods: {
xxx() {
// 某些场景下暂停播放
this.videoContext.pause()
}
}
onReady: function (res) {
this.videoContext = uni.createVideoContext('myVideo', this)
},
methods: {
xxx() {
// 某些场景下暂停播放
this.videoContext.pause()
}
}
实际结果:
onReady: function (res) {
this.videoContext = uni.createVideoContext('myVideo', this)
},
methods: {
xxx() {
// 某些场景下暂停播放
this.videoContext.pause()
}
}
onReady: function (res) {
this.videoContext = uni.createVideoContext('myVideo', this)
},
methods: {
xxx() {
// 某些场景下暂停播放
this.videoContext.pause()
}
}
bug描述:
我使用uni.createVideoContext创建视频对象,在用户某些操作下调用pause()方法暂停播放,其他设置测试正常,但是目前测试发现IOS16机型无法暂停(播放按钮确实变成暂停状态,但是视频仍然播放)
1 个回复
勇敢的心_ (作者) - 始于1994
补充一下:我是用测试证书打包后,真机安装的测试包有问题,但是在开发中没有遇到。(以上为粗略测试)