Description
Currently the back button logic works based on an updated url in history. This way when you press the back button, you land on the previous page. In most situations the browser keeps track of scroll position and takes you to the correct spot. In other situations or browsers this doesn't seem to work.
In this feature I would like to explore if it's possible to track scroll position and page dimensions and store that information in localstorage and use that to bring the user to the right scroll position.
Related issue(s): #273