解決微信web頁面鍵盤收起不回彈,致使按鈕失效

在文本框失去焦點時加入如下代碼spa

 

 $('input,textarea').blur(function () {
        setTimeout(function(){
            window.scrollTo(0,document.documentElement.clientHeight);
        },100)
    });
相關文章
相關標籤/搜索