Changed Infinite Scroll to Replace History
After some thought, I replaced the .pushState()
to .replaceState()
in my infinite scroll implementation. This works more like people would expect, plus removes having to deal with the Back button.
After some thought, I replaced the .pushState()
to .replaceState()
in my infinite scroll implementation. This works more like people would expect, plus removes having to deal with the Back button.