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

webapp开发下input获取焦点时被弹出键盘挡住解决方法

时间:2018-01-26 18:47:37      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:gpo   log   div   开发   键盘   pre   input   function   view   

 $(‘input‘).on(‘click‘, function () {
        var target = this;
        setTimeout(function(){
            target.scrollIntoViewIfNeeded(); // target.scrollIntoView();
        },200);
 });
scrollIntoViewIfNeeded仅在Android,Safari Mobile下支持
scrollIntoView相对各浏览器支持较好

webapp开发下input获取焦点时被弹出键盘挡住解决方法

标签:gpo   log   div   开发   键盘   pre   input   function   view   

原文地址:https://www.cnblogs.com/liyongquan/p/8360531.html

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