-
Notifications
You must be signed in to change notification settings - Fork 58
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
Can't get the example working #1
Comments
Are the BoardItems not draggable or is it the BoardList? BoardList are draggable from a header widget and I don't see one on yours. So try adding something like |
The BoardItems are not draggable. |
I tested the above code and it seems to work. I see in your picture that you have an ad in it. Do you also have a Stack or something that would be blocking any touches to the BoardView? |
I've got it! But there's a small issue: if I click and drag immediately, it doesn't drag at all. I have to pressure for a some time and then drag. Could be the Android Emulator slowing down the UI?
|
Awesome! I use onLongPress to detect a drag which I think takes around 1000ms to trigger. I might change it to be customizable in the future though. |
I can't get the code to works. I'm able to draw a list, but it's not dragging items...
Here's my code:
The text was updated successfully, but these errors were encountered: