- 小程序苹果机连接蓝牙设备不成功
1、{"errMsg":"createBLEConnection:fail - In progress"}这个是什么原因 2、onBluetoothDeviceFound 这个接口返回的数据结构与真机结构不一致 模拟器上返回的为:{devices:[[{"name":"xxx"}]]} 多了一层数组
2017-10-11 - 小程序发送模板消息错误码文档信息有formid 过期,请问过期时间是好久
小程序发送模板消息错误码文档信息有formid 过期,请问过期时间是好久???
2017-08-21 - 手机未开通位置蓝牙无法扫描
android7.0 华为手机,未开通位置信息蓝牙无法扫描
2017-08-18 - 公众号编程跳转到小程序
请问在微信公众号里面,怎样通过编程跳转到小程序?
2017-07-24 - closeBluetooth总是比closeBLEConnection先返回
1、wx.closeBLEConnection 2、closeBluetoothAdapter wx.closeBLEConnection({ deviceId: self.deviceId, success: function (res) { console.log(JSON.stringify(res)); }, fail: function (res) { console.log(JSON.stringify(res)); } }); wx.closeBluetoothAdapter({ success: function (res) { console.log(JSON.stringify(res)); }, fail: function (res) { console.log(JSON.stringify(res)); } }); 这样先后执行,closeBluetoothAdapter先返回成功,然后closeBLEConnection就总返回失败
2017-07-20 - wx.openLocation ios 调用失败
1、返回fail invoke too frequently 2、complete返回:fail invalid_coordinate 测试数据: lat:"29.4610900" lng:"106.4808400" android上是字符串可以成功,ios不失败。 处理方式:new Numer("29.4610900")
2017-07-20 - 蓝牙设备name返回为空字符串
1、蓝牙设备name返回为空字符串 2、当设备蓝牙名称是变化时,返回的蓝牙名称未变化(应根据广播数据再做一次名称处理) 以上情况在android、ios上都存在。
2017-07-19 - advertiseData 如何解析
1、目前发现ios手机上得到device对象name为‘’,并且android、ios手机上 JSON.stringify(device) 中显示advertisData为空{} 2、目前要获取 advertiseData中数据应该如何解析,andriod、ios上advertiseData数据结构是怎样的?
2017-07-19 - wx.getBluetoothAdapterState
不管理手机蓝牙是否打开都是失败
2017-07-15 - showModal android 点击背景遮罩消失,但无任何api反应
showModal 弹出后怎样获取用户点击背景遮罩事件?
2017-07-14