I have a workflow that sets several custom states on a page based on a page load event. These are all working well with one exception: when a user uses their browser’s back button.
In that instance, the URL is updating correctly but it doesn’t seem to register as a page load, so none of my custom states kick in. Is there a way to fix this so the event kicks in?