【基础】输入框被软键盘遮

if (isAndroid) {
    var windowHeight = document.documentElement.clientHeight;
    document.body.style.height = windowHeight + 'px';
}

 

posted @ 2016-11-28 16:59  五艺  阅读(153)  评论(0)    收藏  举报