Hi!
I have a page with a header and a footer both with the data-position="fixed" attribute. This works fine when I debug my application on my desktop using Chrome or IE. Footer and header remain visible and only the content scrolls. However this is not the case when my app runs on Windows Phone 7.5. Footer and header follow the content scrolling, hense the header is hidden when I scroll down and so is the footer when I scroll up. This happens both when I'm using directly IE on the phone or when I wrap my application in a phonegap app.
Any ideas?