-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to move an item top of the list and selection happens only after slight after scroll. #6
Comments
Hi, @mamidala!
Maybe I don't understand you, but autoscroll is working in the example in both direction. Could you share your example?
yes, the scroll must stop before dragging, and there is small delay for long press (https://github.com/gitim/react-native-sortable-list/blob/master/src/Row.js#L5), but it doesn't look like an issue for ux. |
Please find my explanation below. |
I am witnessing this behavior as well on an iOS device... wonder what is going on with |
Now I see, thanks for your feedback! Fixed in 46d4964 |
Hi,
In iOS it is observed that an list item can be placed to bottom of the list, when we bring an item to bottom list scroll till the we get the bottom item then we can place the dragged item.
It is not happening if we want to move an item top of the list, once we drag the item to top the list wont scroll so we wont be able to move the item to top of the list.
And the other issue is like item selection wont happen immediately, it takes slight time after the scroll has stopped.
Your sortable list looks awesome.Greatly appreciated.
Thanks,
Mahender
The text was updated successfully, but these errors were encountered: