ip7 plus/ip6 plus获取高度有bug
- 当前 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上 有上下滚动条
