Fo...">

How to use fixed-position footer in WP7 ·

How to set footer in WP7 using jQuery-mobile

 <div data-role="footer"  data-position="fixed">
                    <h1>Footer</h1>
  </div>

      

Windows phone Footer

+3


source to share


1 answer


WP7 doesn't support position: fixed, so toolbars should just scroll the page, unless you enable the optional polyfill, this is the fix:



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

+1


source







All Articles