wx.createCameraContext 闪退,闪退,请重视,第三次提交
这个问题我之前已经提过两次了,客服各种说辞就是没有解决办法,请问到底能不能解决。
在onshow中使用如下代码:
onShow: function () { var that = this ; that.ctx = wx.createCameraContext() that.ctx.startRecord({ success: (res) => { console.log( 'startRecord' ) setTimeout( function () { that.ctx.stopRecord({ success: (res) => { that.setData({ src: res.tempVideoPath }) } }) }, 5000) } }) }, |
华为p9plus,华为荣耀note8 。android 7.0操作系统,执行上述代码随机闪退,已经耽误了两个月的进度,请问能不能给出解决办法,说了5月份更新的版本修复,结果6月份了,bug依然存在,您修复了么,上心了么,就这么玩我们开发者么???
代码片段:wechatide://minicode/EZ4d1Vmn6fZD