my app need to select time like this:
I have 2 ion-scroll here: left one for hours, right one for minutes.
how ever, when the user scrolls and stops, it may looks like this:
So, I want to align the numbers to grid center automaticly when the scroll completed.
I find this in doc:
on-scroll: Called whenever the user scrolls.
However, that’s not what I want, I want the callback to be triggered only when the scroll completed.
There is a “on-scroll-complete” attr for ion-content, but no such attr for ion-scroll.
How can I achieve what I want? Any advice?