Skip to content
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
@depeele

Description

@depeele

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions