this.recorderManager = Taro.getRecorderManager();
点击按钮开始录音
this.recorderManager.start
但是随后页面立刻触发了onStop事件,虽然并没有人为的停止?
请问有遇到过类似的问题?
this.recorderManager = Taro.getRecorderManager();
点击按钮开始录音
this.recorderManager.start
但是随后页面立刻触发了onStop事件,虽然并没有人为的停止?
请问有遇到过类似的问题?
1 个回答
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)