Skip to content

window self i_keyBoardFrameChangeCallback function

xu.jingyu edited this page Jan 14, 2020 · 7 revisions

简介

键盘frame改变回调

该方法监听切换键盘(第三方键盘或是系统键盘)的高度变化

  • @param callback function 回调格式:
function(number oldHeight,number newHeight) 
	 ---oldHeight:变化前键盘高度 
	 ---newHeight:变化后键盘高度 
end

⚠️ ios支持,android空实现

Clone this wiki locally