openBluetoothAdapter部分机型无响应
- 当前 Bug 的表现(可附上截图)
开发版在所有机型运行正常,体验版在iphone6s和7上面调用openBluetoothAdapter接口无响应,在其他型号iPhone和安装机型正常
- 提供一个最简复现 Demo
wx.openBluetoothAdapter({ success: (res) => { util.log(‘openBluetoothAdapter success:’ + JSON.stringify(res)) }, fail: (res) => { util.log(‘openBluetoothAdapter fail:’ + JSON.stringify(res)) } })
3 回复
请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。