input聚焦之后软键盘出来又瞬间自动关闭 (fixed 和 absolute一样)
代码:
CSS
<style>
.footer {
width: 100%;
height: 3.5rem;
position: fixed;
left: 0;
bottom: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wh_100 { width:100%; height:100%;}
</style>
html:
<footer class="footer" id="bottomaa">
<input class="wh_100">
</footer>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
给你个思路,搞懂正常情况下,怎么做软键盘会收回。然后去看看页面JS影响了没