The inconsistency of the browser Back button occurs when navigating between multiple instances of a page that carry different query parameters.
When a user revisits a page with different parameters, the browser typically expects to navigate back to the last state, but this is not always the case.
In your scenario, when you use subpage1 with options, the URL changes, yet the browser's back button behavior is not aligned with user expectations.
It's crucial to prioritize the browser's default navigation behavior while also implementing JavaScript to manage state if needed to enhance user experience.
Collection
[
|
...
]