//让content向上滚动 软键盘的高度
@ViewChild(Content) content: Content;
scrollTo(){
window.addEventListener(‘native.keyboardshow‘,(e:any) =>{
this.content.scrollTo(0,e.keyboardHeight);
});
}
标签:oar ati height scrollto scroll native listener div keyboard
//让content向上滚动 软键盘的高度
@ViewChild(Content) content: Content;
scrollTo(){
window.addEventListener(‘native.keyboardshow‘,(e:any) =>{
this.content.scrollTo(0,e.keyboardHeight);
});
}
标签:oar ati height scrollto scroll native listener div keyboard
原文地址:http://www.cnblogs.com/duanjiujiu/p/8042268.html