How do I programmatically scroll to the top of my view?
ion-content: Ionic Framework API Docs has a method scrollToTop
but I don’t understand how to call it in Ionic Vue. How do I access that method? $ionicScrollDelegate.scrollTop()
is not available.
Thanks!
1 post - 1 participant