DestinyHunter / DestinyHunter.github.io

Blog
https://DestinyHunter.cn
1 stars 0 forks source link

ios 微信 input textarea 失去焦点页面不回弹,按钮事件错位 #23

Open DestinyHunter opened 5 years ago

DestinyHunter commented 5 years ago
window.addEventListener('focusout', function () {
   setTimeout(function () {
     window.scrollTo(0, document.documentElement.scrollTop || document.body.scrollTop)
    })
})