移动端 输入框 input 被弹出来的键盘 挡住

FLowUs邀请链接:https://flowus.cn/login?code=AXNU63
FlowUs邀请码:AXNU63


给被挡住的input或者textarea加一个id,然后在click事件里调用下面的代码

document.querySelector('#xxx').scrollIntoView();
posted @ 2020-02-19 17:01  wbytts  阅读(152)  评论(0编辑  收藏  举报