如何在WP7中使用固定页脚定位·

时间:2013-02-08 15:36:36

标签: javascript jquery css windows-phone-7 jquery-mobile

如何使用Jquery-mobile

在WP7中修复页脚
 <div data-role="footer"  data-position="fixed">
                    <h1>Footer</h1>
  </div>

Windows phone Footer

1 个答案:

答案 0 :(得分:1)

WP7不支持position:fixed所以工具栏应该只是滚动页面,除非你选择包含可选的polyfill,这是一个修复:

https://github.com/filamentgroup/jQuery-Mobile-FixedToolbar-Legacy-Polyfill