https://developers.weixin.qq.com/miniprogram/dev/api/base/system/wx.openSystemBluetoothSetting.html
问题:
canIUse('openSystemBluetoothSetting') 或者 Boolean(wx.openSystemBluetoothSetting) 在 iOS 上返回 true。但是文档里说iOS不支持。有矛盾。
背景及场景:
我们需要在界面上显示一个“打开系统蓝牙设置”的按钮,但希望在不支持的环境下不显示该按钮。所以需要在调用wx.openSystemBluetoothSetting之前就知道小程序是否支持。
盼答!