I’m making a blogging site with infinite scrolling. When a user clicks on a post goes to the post page. I having troubles with the user going back to the index page in the previous scroll position.
You can send a parameter with the unique ID of the post from the post page to the page with all posts. And make a workflow to get the information from the parameter and scroll to element in a RG with that unique ID.
1 Like