jQuery Back Button - transaction hidden page
问题 I’ve build a small single file jQuery Mobile page/site. My site has following flow: HomePage -> DataPage -> EditData I have a problem with back button. I’ve tried to use <a href="#HomePage " data-theme="b" data-icon="arrow-l" data-transition="reverse slide">Back</a> with href pointing to HomePage All works fine here except the transitions look like it is scrolling through empty page in the middle . Once I remove the reverse all works fine, but the animation is in the wrong direction according