码迷,mamicode.com
首页 > 移动开发 > 详细

移动端底部input被弹出的键盘遮挡

时间:2018-05-20 11:48:15      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:col   NPU   https   点击   dev   底部   href   needed   document   

https://developer.mozilla.org/zh-CN/docs/Web/API/Element/scrollIntoView

 

移动端input被键盘遮挡,事件是跳到可视区域!

document.querySelector(‘#inputId‘).scrollIntoView();
//只要在input的点击事件,或者获取焦点的事件

 

还有一个事件是指定在上方或下方

https://developer.mozilla.org/zh-CN/docs/Web/API/Element/scrollIntoViewIfNeeded

 

移动端底部input被弹出的键盘遮挡

标签:col   NPU   https   点击   dev   底部   href   needed   document   

原文地址:https://www.cnblogs.com/cisum/p/9062717.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!