问题模块 框架类型 问题类型 终端类型 微信版本 基础库版本
框架 微信小程序 Bug 客户端 6.7.2 2.3.0
调用微信小程序接口进行录音管理:首先设置onStart回调函数 wx.getRecorderManager().onStart(()=>{ // }); 然后调用start启用录音wx.getRecorderManager().start(); 发现不进入onStart回调函数内部执行。
微信小程序开发问题解答
微信小程序开发者回答:
嗯,调用了recordmanager的 start函数,但是没有调用onStart回调,测试手机是红米note4X wechatide://minicode/lXemewmK7f2K
微信小程序开发者回答:
你好,你是说录音开始但是没有执行onStart()?,请提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
本文网址:http://www.91bianli.com/weixinxiaochengxu/45996.html