I'm currently in the process of creating a mobile website specifically designed for smartphones using jQuery Mobile. For my first test, you can view it here:
I have successfully added content to the page and made it scrollable. However, I've encountered an issue where the header and footer are disabled while scrolling, which is frustrating. Here's a link to my second test:
After referring to the jQuery Mobile documentation (http://jquerymobile.com/test/docs/toolbars/bars-fixed.html), I learned that adding data-position="fixed" should prevent the hiding of my header and footer elements.
I'm unsure what mistake I might be making in my implementation. Any suggestions or advice would be greatly appreciated!