Item reordering and ion-refresher conflict

Hi,

I have both Item reordering and ion-refresher in my page, and when the user tries to drag an item downwards the refresher component gets invoked, and is conflicting with the re-order functionality.

Is there any way to fix this issue without creating any extra buttons for “edit” and “done” and to disable 1 at a time?

Any event handlers of some use?

Thanks,
Prathima

1 Like

Isn’t the problem that both need the same gesture in the same space to work?

Yes, it looks like gesture problem itself, but is there any other work around to disable any one functionality at a time?

Well, how would you decide when to disable which functionality?

Hi please share if you have found solution for this