修復iOS12 下微信瀏覽器收起鍵盤後的一個bug

jQuery(document).delegate('input, textarea', 'blur', function(){
  setTimeout(function(){
    jQuery('html').animate({height: '100.1vh'}, 100, function(){
      jQuery(this).animate({height: '100vh'}, 1)
    })
  },100)
})
相關文章
相關標籤/搜索