. 背景: h5頁面嵌入app,框架vue2.0
ios中文輸入法監聽不到鍵盤事件
//監聽input事件,用于搜索關鍵字自動補全
<input type="text" @input="inputClick" >
解決ios滑動卡頓
//容器必須要有高度
overflow-scrolling: touch;
-webkit-overflow-scrolling: touch;
. 背景: h5頁面嵌入app,框架vue2.0
ios中文輸入法監聽不到鍵盤事件
//監聽input事件,用于搜索關鍵字自動補全
<input type="text" @input="inputClick" >
解決ios滑動卡頓
//容器必須要有高度
overflow-scrolling: touch;
-webkit-overflow-scrolling: touch;