I am using JQuery Mobile version 4.1a and using:
data-position=\"fixed\"
on both header and footer.
When I scroll the content it di
add to your footer class="FixedFooter" and make sure you remove data-position="fixed" from your footer.
class="FixedFooter"
data-position="fixed"
add this to your