获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 苹果手机wx.authorize调用蓝牙授权弹框点击同意后还是不能打开蓝牙?
微信苹果手机授权蓝牙弹框点击同意后,微信蓝牙授权自己去设置页面看了并未打开,调用wx.openBluetoothAdapter也返回10001,state:3.授权后蓝牙为什么实际没有打开呢? wx.authorize({ scope: scope.bluetooth, success () { wx.openBluetoothAdapter({ success(res){ console.log("openBluetoothAdapter is success:"+JSON.stringify(res)) }, fail(res){ console.log("openBluetoothAdapter is fail:"+JSON.stringify(res)) } }) }
2022-03-16 - 苹果关掉蓝牙授权后,wx.getSetting获取的scope.bluetooth一直都是true?
苹果手机关掉微信蓝牙授权后,wx.getSetting获取的scope.bluetooth一直都是true,不是应该返回false吗? 然后调用wx.openBluetoothAdapter 返回10001,state:3.[图片]
2022-03-14