react-native-sortable-grid icon indicating copy to clipboard operation
react-native-sortable-grid copied to clipboard

onDragRelease isn't called unless dragged

Open tonyd256 opened this issue 8 years ago • 2 comments

Hi, I'm trying to prevent a parent view from scrolling by using the onDragStart and onDragReleaseevents; however, if the user long presses on an item and immediately let's go without dragging it anywhere, theonDragReleaseevent is not fired even though theonDragStart` event did fire.

This means if we disable scrolling on the start event and expect to enable scroll on the release event but it never happens, scroll is locked and the user may not know how to fix it.

tonyd256 avatar Jan 25 '17 19:01 tonyd256

When i disabled scroll in the parent ScrollView then onDragRelease not triggering any event from the component. Can anyone please help me on this.

moorthysubu avatar Aug 23 '17 14:08 moorthysubu

+1, have the same issue. Block is stuck in "dragging mode" and event is not fired

MIREX avatar Jan 25 '18 07:01 MIREX