Hello , i am working on implementing a hierarchical viewer which displays all pages and sub pages of the page tree, and give the ability to the user to navigate to them by clicking on the corresponding link provided by the hierarchical viewer. The needed functionality states the user to be able by hitting back, after having clicked said link, to be taken back to the hierarchical viewer and at the place where that link is. Is that possible and do you have any suggestion on how to implement it? Thanks in advance
Perhaps this might be something that can help you:
https://stackoverflow.com/questions/29203312/how-can-i-retain-the-scroll-position-of-a-scrollable-area-when-pressing-back-but
Basically saving the scroll position...
The problem is i am using accordions inside the Hierarchical viewer, will scroll position work in that context?
That depends on what you use for the accordion logic, you probably have to alter the script to comply with that specific library.
Please, sign in to be able to submit a new answer.