# wx.onKeyboardHeightChange(callback function)

Start from base library version 2.7.0. Please remaining backward compatible.

Listens on the keyboard height changes

# Parameters

# callback function

# Sample Code

wx.onKeyboardHeightChange(res => {
  console.log(res.height)
})