The current implementation of hooking into navigate will trigger pageview when the navigate method is used. However, if the user then presses the back button, a new page view (on the page they are returning to) will not be fired, but should.
To do this, might have to bind to popstate myself, but not sure yet if there is an easier way
The current implementation of hooking into navigate will trigger pageview when the navigate method is used. However, if the user then presses the back button, a new page view (on the page they are returning to) will not be fired, but should.
To do this, might have to bind to popstate myself, but not sure yet if there is an easier way