- 微信小程序横屏后使用wx.getSystemInfo()获取到的宽高会出现变化,导致页面样式怪异不稳定
onLoad: function (options) {
wx.getSystemInfo({
success: function(res) {
console.log(res)
},
})
},
微信小程序开发问题解答
微信小程序开发者回答:
竖屏跳横屏再返回竖屏,页面元素变大,getSystemInfo不正确
https://developers.weixin.qq.com/community/develop/doc/00008a1a9d06a0250148a070751400问题已知
本文网址:http://www.91bianli.com/weixinxiaochengxu/7505.html