I am building an app that uses many long lists and I had some questions about using ion-content scroll.
I want to be able to, on load of the page, scroll to a specific list item. How should I do this?
I also want to be able to scroll down the list and click on an item that takes me to another page, but I want the scroll position to stay the same when I come back. How should I implement this functionality?