安卓手机 wx.getSystemInfoSync().windowWidth 获取设备宽度 为 0 iOS正常; 微信版本: 6.6.6, 6.6.7 开发版本库: 2.1.1
```
onLoad: function (options) {
var that = this;
console.log(wx.getSystemInfoSync().windowWidth)
that.setData({
columnWidth: (wx.getSystemInfoSync().windowWidth - 22 - 13) / 2 + 'px'
})
},
``` 手机调试打印出来 wx.getSystemInfoSync().windowWidth 是 0
本文来自微信小程序开发者论坛 -微信小程序工厂 http://www.xcxgc.com,转载请保留,开发微信小程序、定制微信小程序来微信小程序工厂网。
网友回复
娇华**回复:
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
本文网址:http://www.91bianli.com/kaifazhinan/63011.html