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