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?
Hi there, @yj.johnrhee… if I understand your post correctly, it sounds like the Scroll to workflow action could be useful here (i.e., you could scroll to an element at the top of the page when the state changes).