h 5ページのiosキーボードが弾いて閉じた後にページの底の余白の問題を残します.
657 ワード
focusIn() {
// ios
const body = document.querySelector('.phone-bind') // input
body.scrollTop = body.scrollHeight
},
blurIn() {
// ios
window.scroll(0, 0)
},
転載先:https://www.cnblogs.com/lanshengzhong/p/10308205.html