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

处理安卓和ios当页面原生键盘弹出,输入框不显示

时间:2019-01-22 14:22:08      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:pre   target   settime   code   输入框   col   document   var   html   

       $(‘input‘).on(‘click‘, function () {
            var target = this;
            // 使用定时器是为了让输入框上滑时更加自然
            setTimeout(function(){
                target.scrollIntoView(true);
            },100);
            $(‘body,html‘).height(document.documentElement.clientHeight)
       });

 

处理安卓和ios当页面原生键盘弹出,输入框不显示

标签:pre   target   settime   code   输入框   col   document   var   html   

原文地址:https://www.cnblogs.com/NB-JDzhou/p/10303310.html

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