我正在使用 jQuery mobile 和 phonegap 开发手机应用程序。我正在使用固定的页脚和页眉。有时,键盘弹出后,页脚栏和键盘之间会出现一个空格。这个空间与背景颜色相同,所以我假设页脚只是出于某种原因向上移动。该行为似乎不一致,因为它不会发生在所有页面上。
这是一段代码...此代码对于所有页面都是相同的,但差距仅在一个页面上。页面之间的唯一区别是页面上的字段数。
<div data-role="footer" data-position="fixed" class="ui-btn-right" style="min-height:42px;">
<a href="#accident_menu" data-icon="arrow-l" data-direction="reverse" data-iconpos="left"
style="margin-left: 10px; margin-top: 5px">Done</a>
<a href="index.html" rel="external" data-icon="home" data-direction="reverse" data-iconpos="notext"
style="float: right; margin-right: 10px; margin-top: 5px"></a>
</div>