ip7 plus/ip6 plus获取高度有bug

发布于 8 年前作者 pengjing2802 次浏览最后编辑 8 年前来自 issues
  • 当前 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上 有上下滚动条

1 回复
min90
min901 楼6 年前

麻烦提供出现问题的微信版本号、系统版本号,以及能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html