Ion-slide-box start/end events

Hello,

There is anyway I can attach a callback when a box slide change? I need to execute something when the user starts dragging and when the user changes/leave it as it was. I only see an option to do it when a box has changed (final state).

Thanks in advance

1 Like

You can use on-drag and on-release events

http://ionicframework.com/docs/api/directive/onDrag/
http://ionicframework.com/docs/api/directive/onRelease/

1 Like