Skip to main content
Version: 1.x

Taro.offWindowResize(callback)

取消监听窗口尺寸变化事件。

参数#

callback(res)#

窗口尺寸变化事件的回调函数。

参数#

object res#
NameTypeDescription
windowWidthnumber变化后的窗口宽度,单位 px
windowHeightnumber变化后的窗口高度,单位 px

API支持度#

API微信小程序H5React Native
Taro.offWindowResize✔️✔️