- wx.onBluetoothDeviceFound在Android手机上搜索不到AirPods耳机?
wx.onBluetoothDeviceFound Android 手机开启蓝牙,搜索蓝牙设备,搜索3次,每次3秒,无法搜索到AirPods耳机,IOS系统则可以搜索到
2020-06-04 - wx.onBluetoothDeviceFound在Android手机上搜索不到AirPods耳机?
有没有同学遇到过?
2020-06-04 - 录音文件的大小为何和上传到服务器的文件大小不一致?
tempFilePath string 录音文件的临时路径 (本地路径) [图片]
2020-05-29 - 录音文件的临时路径 (本地路径),可以播放,点击下载无反应
tempFilePath string 录音文件的临时路径 (本地路径)
2020-05-29 - onFrameRecorded的回调中,接收到的 ArrayBuffer 并不是固定大小
format: 'mp3', frameSize: 1, 在onFrameRecorded的回调中,接收到的 ArrayBuffer 并不是固定大小
2020-05-28 - 分包后,手机发热,真机调试setData持续警告,Template not fu
- 当前 Bug 的表现(可附上截图) [图片] 之前没有出现过此警告,最近做了分包,分析可能是在分包后出现的,只要是setData就会出现此警告。开发者工具不会出现,只有在真机调试时才会出现,手机发热严重,怀疑是此问题引起的,有没有大神遇到此问题,烦请管理帮忙分析一下。
2019-07-10 - OPPO R9S 无法搜索到蓝牙设备
- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 - 复现路径 - 提供一个最简复现 Demo wx.openBluetoothAdapter({ success(res) { console.log(res) wx.showLoading({ title: '正在搜索设备...', mask: true }); wx.startBluetoothDevicesDiscovery({ interval: '0', success: function (res) { console.log('找到设备', res) wx.getBluetoothDevices({ success: function (res) { console.log('getBluetoothDevices', res); }, fail: function (res) { console.log('getBluetoothDevices 失败', res) } }) }, fail: function (res) { console.log('未找到设备', res) } }) } })
2019-02-14