获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
这个有什么解决方案吗
onLocationChange在息屏状态下不执行,无法获取到定位?以下代码写在app.js的onLaunch中: wx.onLocationChange(function (res) { console.log(res.latitude, res.longitude); }); 测试手机:IPHONE XR IOS版本:13.4.1 已经开启wx.startLocationUpdateBackground和wx.onLocationChange 监听在手机屏幕点亮期间一直正常; 当手机息屏后onLocationChange没有被触发; 在锁屏状态下点亮屏幕后又开始触发,再次息屏后又不触发了;
2020-10-22