- 当前 Bug 的表现(可附上截图)
如果60毫秒更新一次位置的话,安卓端Marker就会表现为一闪一闪的,IOS marker位置更新就很流畅
获取的高度超出设备实际高度
let _this = this
uni.getSystemInfo({
success: function(res) {
_this.deviceHeight = res.windowHeight * 2 + 'rpx';
}
})
把deviceHeight给map的style=“ height:deviceHeight”后 在ip7 plus/ip6 plus上 有上下滚动条
麻烦提供出现问题的微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)这个格式的代码片段