软键盘遮挡问题
Posted beimingbingpo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了软键盘遮挡问题相关的知识,希望对你有一定的参考价值。
方法一:
//软键盘挡住问题 $(window).resize(function(){ if($(window).height()<400){ $("#bottom_footer").hide(); $(".native-scroll-bottom").css("margin-bottom",0) }else{ $("#bottom_footer").show(); $(".native-scroll-bottom").css("margin-bottom","3rem") } })
方法二:
https://blog.csdn.net/qq_33769914/article/details/78062685
以上是关于软键盘遮挡问题的主要内容,如果未能解决你的问题,请参考以下文章