猿问
有没完美解决移动端底部输入框键盘遮罩问题的方案?
在输入法不一、浏览器各千的情况下,有没哪位大神已经完美的解决这问题呢?
慕田峪9158850
浏览 672
回答 2
2回答
慕斯709654
js里放一段这段代码就行了,实际上就是当打开键盘输入框,就滚动到底部。setTimeout(function(){ if(document.body.scrollTop){ document.body.scrollTop = document.body.scrollHeight; }else if(document.documentElement.scrollTop){ document.documentElement.scrollTop = document.documentElement.scrollHeight; } },300);
0
0
0
随时随地看视频
慕课网APP
相关分类
Html5
我要回答