Ion-Refresher Versus Ion-List Reordering (on same page)

I have a page which has both a ion-refresher and a ion-list which is reorder-able. Thus, when i pull down on the list to reorder, it attempts to do both and then refreshes.

Is there was a good event/technique to use to prevent the refresher event from firing when i’m dragging the reorder icon? …or… Is this something which will be addressed in an upcoming release?

Thanks,
Charlie

Hi,

I am facing the same issue. What was the solution you used to rectify this?
Any help will be appreciated.

Thanks!
Prathima

hi there, not sure if you resolved this, but I ran into the same issue. I ended up setting the ‘enabled’ property on the refresher to false when I didn’t want to activate it (i.e. when the user is reordering items). https://ionicframework.com/docs/api/components/refresher/Refresher/