苹果手机页面的输入完软键盘收起来后页面不回弹的解决方法

;(/iphone|ipod|ipad/i.test(navigator.appVersion)) && document.addEventListener('blur', (e) => { 
    document.body.scrollIntoView(true)
}, true)
posted @ 2019-12-20 11:55  梦游攸攸  阅读(1002)  评论(0编辑  收藏  举报