纵有疾风起
人生不言弃

html 键盘遮挡问题

window.onresize = function () { var ua = navigator.userAgent; var isAndroid = /android/i.test(ua); //android终端 if(isAndroid) {   if (document.activeElement.tagName == "INPUT" || document.activeElement.tagName == "TEXTAREA") {       window.setTimeout(function() {           document.activeElement.scrollIntoViewIfNeeded();       },0);   } }   }

文章转载于:https://www.jianshu.com/p/bc4ab3f154f5

原著是一个有趣的人,若有侵权,请通知删除

未经允许不得转载:起风网 » html 键盘遮挡问题
分享到: 生成海报

评论 抢沙发

评论前必须登录!

立即登录