I have long content that has a section, followed by multiple paragraphs and then another section, etc.
I would like to have previous and next buttons on the footer that allow the user to scroll to the previous and next section. I think the $ionicScrollDelegate.scrollTop can be used for this but the user might be manually scrolling through the content and when the next section button is clicked, I want them to go to the next section based where they currently are located.
Any suggestions on how to accomplish this?