How to detect and handle swipe in Ionic the best way?

Right now, I am using on-drag-right and on-swipe-right, but I can see a delay, before something is removed for example when dragged to the right.

How can I get rid of this delay? Should I use something else to detect swipe? What do you guys recommend to this newbie?