摘要:
//解决第三方软键盘唤起时底部input输入框被遮挡问题 var bfscrolltop = document.body.scrollTop;//获取软键盘唤起前浏览器滚动部分的高度 $("input.inputframe").focus(function(){//在这里‘input.inputframe’是我的底部输入栏的输入框,当它获取焦点时触发事件 inte... 阅读全文
posted @ 2018-09-21 15:30
Brian_白
阅读(1539)
评论(0)
推荐(0)

浙公网安备 33010602011771号