码迷,mamicode.com
首页 > 其他好文 > 详细

软键盘遮挡问题

时间:2018-10-05 12:19:41      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:csdn   net   cti   style   pre   otto   css   col   方法   

方法一: 

//软键盘挡住问题 $(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

 

软键盘遮挡问题

标签:csdn   net   cti   style   pre   otto   css   col   方法   

原文地址:https://www.cnblogs.com/beimingbingpo/p/9744251.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!