$('input[type="text"],textarea').on('click', function () {
var target = this;
setTimeout(function(){
target.scrollIntoViewIfNeeded();
console.log('scrollIntoViewIfNeeded');
},400);
});
移动端 输入法挡住input输入框
最新推荐文章于 2023-03-24 09:49:04 发布