onKeyboardHeightChange 安卓数据异常
onShow() { wx.onKeyboardHeightChange(res => { console.log( 'res' , res) console.log(res.height) }) } |
iOS:表现 height 只有一个值,如:271
安卓:会有两个值,一个是正常的值,然后打印出一个错误的小的数值