How to Back Button with parameters?

My client uses Full Screen (F11) with Chrome and wanted me to add a back button so I added one with

onclick="history.go(-1);"

into an include page (so it’s common to all pages).

image

The issue I have is that there is a page with a very large list, clicking on a ‘business’ takes you to an SPA page via a Route, and when you then press the aforementioned Back button it returns you to the previous list BUT back to the top of the list rather than to the item that was clicked on. Very frustrating when he’s trying to go through the list one-by-one.

Any thoughts on how best to implement a “Back to where I was in the list” type thing?

Community Page
Last updated: