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.

firstPage is not added to history #8005

Closed
@Ajaxy

Description

@Ajaxy

In the transition method there is code:

                if ( settings.changeHash !== false && $.mobile.hashListeningEnabled ) {
                    $.mobile.navigate( url, params, true);
                } else if ( toPage[ 0 ] !== $.mobile.firstPage[ 0 ] ) {
                    $.mobile.navigate.history.add( url, params );
                }

What is the intention of not adding firstPage to history list? It results in bugs when asking $.mobile.navigate.history.getActive() from that page. And I suppose it will result in history navigation bugs.

I'm using jqm 1.4.2

Thank you.

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