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
Description
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
Labels
No labels