How would you reproduce this gesture in Ionic2

Hi,

I am still working on my project and I’d like to make the same gesture mecanism.

http://sendvid.com/3fadrw05

Because “click”, “tap”…etc seems to not be working.
Any idea?

Thanks.

Maybe (swipe) ?

<div (swipe)="doThings($event)"></div>

I would recommend the pan gesture instead easy to use and gives you directions and everything

<div (pan)="aMethod($event) > <div>

i use it to swipe cards left right to skip and down if card answered to get the next one
I think this fits your needs