Anyone had this issue where the page quickly jumps to the top before a transition (leaving the fixed-position header looking lost halfway down the page)?
On returning to the page, the page ends up at the top, but since I’m dealing with a long list, it would be preferable to have it stay where I left off on the previous page.
I’m using in-page divs instead of actual separate pages, if that’s perhaps contributing to it.
Any tips appreciated!
Use $.mobile.defaultHomeScroll = 0.
From here: https://github.com/jquery/jquery-mobile/issues/2846