glennsimon / cwwf

Apache License 2.0
2 stars 1 forks source link

Prevent excess states being added to history #104

Closed glennsimon closed 1 year ago

glennsimon commented 1 year ago

When navigating in the app, multiple states are added to the history stack when the user navigates to a new page. This behavior makes it hard to "go back", and the "Go Back" button on the overflow menu won't do anything in many cases.

glennsimon commented 1 year ago

Fixed and deployed. Changed pushState to replaceState in main routing function, among other changes.