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
$.mobile.fixedToolbars.setTouchToggleEnabled(false);
This will stop the toolbars from hiding when you click/touch the page.