ionic3——软键盘遮住输入框

//让content向上滚动 软键盘的高度
@ViewChild(Content) content: Content;

scrollTo(){
  window.addEventListener('native.keyboardshow',(e:any) =>{
    this.content.scrollTo(0,e.keyboardHeight);
 });

posted @ 2017-12-15 11:40  端九九-  阅读(2593)  评论(0编辑  收藏  举报