如何在编辑页面内容时修复jquery Mobile固定页脚?

时间:2015-06-22 09:41:07

标签: css html5 cordova jquery-mobile

我正在使用phonegap和jquery移动版制作移动应用。

以下是我的footer

代码
   <div data-role="footer" data-position="fixed" data-tap-toggle="false">
       <h1>Some Footer Text</h1>
   </div>

我提到position fixed当我点击任意文本框输入数据时,footer仍然消失footer。我需要向下滚动才能找到按钮。 即使我在文本框或其他任何地方进行编辑,我也无法AnnotationFormatterFactory吗? 请帮助我,我是jquery mobile和phonegap的新手。

1 个答案:

答案 0 :(得分:0)

使用数据隐藏在焦点期间=&#34;&#34;这是页脚标记

      <div data-role="footer" data-position="fixed" data-tap-toggle="false">
           <h1>Some Footer Text</h1>
      </div>