Using jQueryMobile, I've included data-role="footer" data-position="fixed"
in the markup, but two bugs persist:
- Footer toggles on a null click event.
- Footer isn't fixed, and hides some of the page content.
I'm testing with iPhone 3g. Any ideas?
Thanks in advance.
UPDATE: It seems that the click event modifies the current page's footer, and changes ui-fixed-overlay
to ui-fixed-inline
, which of course is styled display:none
to prevent the other pages' footers from appearing.
How can I prevent this modification?