jQuery mobile automatically shows the toolbar after scrolling and hides on tap. I want to reverse this so that they are hidden by default and only shown on tap.
I thought that turning the $.fixedToolbars variable 'autoHideMode' to true might do it, but it didn't seem to do anything.
Right now if I scroll down within a page and click on a link to go to another page, the current page jumps back up to the top and then the new page slides into view.
This is a huge usability issue in my opinion. Is there any way to fix this or disable this? I'm amazed that I couldn't find anyone else even asking this.