获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
wx.onBeaconUpdate((res) => { //console.log("onBeaconUpdate:" + new Date().getTime()) console.log(res.beacons) _that.data.passinfo.beacons = res.beacons })
android 搜索ibeaconandroid和ios使用ibeacon API搜索蓝牙,在wx.onBeaconUpdate(CALLBACK)回调中 ios间隔1秒返回扫描结果,且扫描结果是最新的。但是android毫秒级返回扫描结果,且android返回的列表时累积的,造成内存溢出,卡顿退出。 android 能否像ios一样返回最近扫描的蓝牙,而不是累积的。或者提供接口提供清空已扫描的列表。
2018-05-19