<body>
<div id="fixed top0">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
<div class="absolute bottom0 height45px">
<input type="text">
</div>
</body>
如果点击 text ,虚拟键盘在 ios 下面拉出来,会把整个页面都挤上去。。如何才能这时依然贴着窗口顶部呢?搜了一下貌似让他跟着挤上去才是一般地做法。。(但不符合这个应用的交互要求)
在 android 没有这个问题……