Set the scroll position

I noticed some issues with scrolling on this forum (e.g., keep scroll position when pressing back button), these may be related to my problem.

I’m able to get the scroll position as follows:

$ionicScrollDelegate.getScrollView($scope).__scrollTop

But how do I set the scroll position? Preferably, programmatically scrolling to a certain position should be animated.

I have some ideas for this; I’ll be opening an issue about this in a bit, related to this thread 291.

1 Like

Was this feature added? It looks highly desired.