I'm using phonegap and jqm to develop a simple application My problem is that the footer and the header are scrollable when you reach the top or bottom of the page.
If I'm at the top of the page, and I scroll up, the header gets scrolled - same for the footer (see the provided image)
I've tried iScroll but it didnt fix anything. I've tried overriding jqm css settings by setting the overflow of the body to hidden and the overflow of the .ui-content div to scroll - didnt work either.
I've also tried to set the body position to fixed. Then, when I scrolled, the body didn't move but a black screen rose from the bottom and hid the page.
Any ideas?