I am new to mobile app development and facing an issue with the fixed footer on Samsung mobile devices.
I've used jQuery Mobile framework and Mobile Boilerplate to develop this app, and achieved the fixed header and footer functionality by using the attribute "data-position="fixed". This is working perfectly on all devices except Samsung phones, wherein when I scroll up (drag down) the page, the fixed footer also moves up along with the page, and settles back to the bottom of the page once I stop scrolling.
Can anyone please tell me how to fix this issue.