Hi, I need to be able to detect when scroll has been completed.
I’m using ion-scroll and its a pretty long list to scroll and I need to be able to detect when the scroll is completed.
Not when user lifts the finger but when the view has completed the scroll action.
However I figured this out.
I’m using getScrollPosition() comparing it to previous value, and when scroll completes the previous and current values are the same.