你可能是在微信获取麦克风权限的时候拒绝掉了,startrecord可以正常使用,但是stoprecord不会调用,从设置中手动开启麦克风权限再试一下,应该就不会有这个问题了
camera wx.stopRecord拿不到返回的结果成功失败都木有?代码是官方的案例代码,没改动camera wx.stopRecord拿不到返回的结果成功失败都木有?代码是官方的案例代码,没改动,好多安卓各种问题,有的start,有的stop有的还闪退!!!!!! 手机型号看右边图 是锤子手机 代码是官方的例子 Page({ onLoad() { this.ctx = wx.createCameraContext() }, takePhoto() { console.log(0) this.ctx.takePhoto({ quality: 'high', success: (res) => { this.setData({ src: res.tempImagePath }) } }) }, startRecord() { console.log(1) this.ctx.startRecord({ success: (res) => { console.log('startRecord') } }) }, stopRecord() { console.log(2); this.ctx.stopRecord({ success: (res) => { console.log(28,res) this.setData({ src: res.tempThumbPath, videoSrc: res.tempVideoPath },()=>{ console.log(778) }) } }) }, error(e) { console.log(e.detail) } }) [图片]
2022-08-16你可能是在微信获取麦克风权限的时候拒绝掉了,startrecord可以正常使用,但是stoprecord不会调用,从设置中手动开启麦克风权限再试一下,应该就不会有这个问题了
createCameraContext.stopRecord()有一定概率不生效,概率挺大?createCameraContext.stopRecord()不生效,success、fail、complete回调函数都不执行,不生效的概率还挺大,请官方看到回复一下,项目中出现这个问题,用户反应挺大,可以开始录制但是结束不了
2022-08-16你可能是在微信获取麦克风权限的时候拒绝掉了,startrecord可以正常使用,但是stopcord不会调用,从设置中手动开启麦克风权限再试一下,应该就不会有这个问题了
camera 停止录制后,调用stopRecord 组件有问题官方能解决吗?camera 停止录制后,调用stopRecord 有一定概率无效,不执行的问题 HUAWEI nova 8 Pro[图片]
2022-08-16