This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Page navigation broken when using 'back' #582
Closed
Description
In $.mobile.changePage() / transitionPages() / loadComplete(), the path.set call needs to take into account whether or not we're moving back in history. When moving back, the hashListener shouldn't be disabled, otherwise the history becomes "corrupt" since the page is not popped.
The call, on line 199, should probably be something like:
path.set(url, (back !== true));
Metadata
Metadata
Assignees
Labels
No labels