title: Taro.onWindowResize(callback)
sidebar_label: onWindowResize
wx.onWindowResize(callback)
监听窗口尺寸变化事件。
参数
callback(res)
窗口尺寸变化事件的回调函数。
参数
object res
| Name | Type | Description |
|---|---|---|
| windowWidth | number |
变化后的窗口宽度,单位 px |
| windowHeight | number |
变化后的窗口高度,单位 px |
API支持度
| API | 微信小程序 | H5 | React Native |
|---|---|---|---|
| Taro.onWindowResize | ✔️ | ✔️ |
