Skip to content

Conversation

melroy89
Copy link

This change makes it possible to check if the statechange event is caused by the browser back & forward buttons. And can later be checked via the navigation variable:

var State = History.getState(); if(State.navigation) { // Back / forward button pressed }

Melroy van den Berg added 2 commits January 27, 2016 17:16
if(State.navigation) {
 // back/forward button pressed
}
```
var State = History.getState();
if(State.navigation) {
    // Back / forward button pressed
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant