Perspective event that triggers after browser back button is used?

Hey guys, right now I'm opening and closing some docks when a particular view starts up via the onStartup event of the view itself. That works as expected until the browser's back button is used. When that happens, all docks are reset to their default values until they're triggered again by some event.

Is there some view/page event that is guaranteed to trigger when a page is loaded, even when the browser's back is used?

Unfortunately Ignition Startup doesn't trigger on page refresh and back button operation as you have found out. I would suggest using page.props.primaryView to determine what docks need to be loaded. This can be done using a tag event script on your view and some scripting :slight_smile: