ip7 plus/ip6 plus获取高度有bug
发布于 7 年前 作者 pengjing 2677 次浏览 来自 官方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 回复

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

回到顶部