How to use ionic gesture for swipe

I am in q2 page list of tasks q2 has selected task swipe right q3 page and left swipe q1 page how to use ionic gestures in this app and also move q1 page move the task by swipe right q2 and left q3.

help me guys sorry for my bad english

You can do

<ion-item on-swipe-left="doSomething()"></ion-item>
<ion-item on-swipe-right="doSomethingElse()"></ion-item>
2 Likes

@mhartington
I also want to customize the functionality on swipe so i use this solution and it’s works as well but it slowdown scrolling in list

Can you give me idea how can i make scroll smooth with swipe-event

Thanks in advance

Could you provide an example of this?

help me @mhartington