I am building a single page app from a separate-page structure. Each page is now in a group.
The problem I am facing now is once you scroll down in a page and if state changes, the scroll position remains the same so I have to scroll up manually to read from the top of the page.
Is there any way to display the top of each page when a state changes?
Thanks all.