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