ios打開網頁,輸入框獲取焦點鍵盤彈起,關閉鍵盤,界面下方空白不回彈

監聽input的blur事件,執行如下代碼code

window.scrollTo(
  0,
  Math.max(
    document.body.clientHeight,
    document.documentElement.clientHeight
  )
)
相關文章
相關標籤/搜索