I\'m trying to stop the user from going back in my web app. For this I tried catching the window.onpopstate and added e.preventDefault to cancel th
window.onpopstate
e.preventDefault
According to this documentation, the popstate event is not cancellable:
Specification: HTML5 Interface: PopStateEvent Bubbles: Yes Cancelable: No Target: defaultView Default Action: None