wx.getSystemInfo获取高度不准
终端设备:坚果pro2、oppo R15以及其他安卓设备均出现获取高度不一致的问题
举例说明:坚果pro2 有时获取高度是792,有时获取是738
Code Demo:
var res = wx.getSystemInfoSync()
that.setData({
scrollHeight: res.windowHeight,
})
希望小程序官方能尽快答复并提供解决方案,感恩感恩~
3 回复
你好,是同一个页面获取的高度不一样吗?麻烦提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)