$(‘input‘).on(‘click‘, function () { var target = this; setTimeout(function(){ target.scrollIntoViewIfNeeded(); // target.scrollIntoView(); },200); });
scrollIntoViewIfNeeded仅在Android,Safari Mobile下支持
scrollIntoView相对各浏览器支持较好
标签: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