-
Notifications
You must be signed in to change notification settings - Fork 27
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
Kiln mobile scrolling issues #1037
Comments
We should discuss this before updating the dragdrop code |
Investigate if sortable.js can do tap and hold drag-drop. |
It doesn't really do that automatically, unfortunately |
There are a few workarounds and open pull requests to add a grab delay to dragula, but it doesn't look like it's being actively maintained. We should probably switch libraries rather than trying to hack it in ourselves. |
Investigation is complete. We should switch to sortable.js, and use a 100ms delay (rather than a pixel deadzone) to solve both the clicking-into-things issue and the mobile scrolling issue. |
On mobile, scrolling is very difficult because the
component-list
dragdrop functionality is triggered. We should improve this so the mobile experience is good.The text was updated successfully, but these errors were encountered: