ios键盘遮挡输入框问题解决如下
$('#form_article').bind('click',function(e){
var $this = $(this);
e.preventDefault();
setTimeout(function(){
$(window).scrollTop($this.offset().top - 10);
},200)
});
ios键盘遮挡输入框问题解决如下
$('#form_article').bind('click',function(e){
var $this = $(this);
e.preventDefault();
setTimeout(function(){
$(window).scrollTop($this.offset().top - 10);
},200)
});
本文标题:ios键盘遮挡输入框问题(H5)
本文链接:https://www.haomeiwen.com/subject/qaknnttx.html
网友评论