ios键盘遮挡输入框问题(H5)

2017-07-06  本文已影响0人  独孤久见

ios键盘遮挡输入框问题解决如下

$('#form_article').bind('click',function(e){

var $this = $(this);

e.preventDefault();

setTimeout(function(){

$(window).scrollTop($this.offset().top - 10);

},200)

});

上一篇 下一篇

猜你喜欢

热点阅读