-
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
Touchscreen Drag and Drop #2
Comments
This will require, in addition to handling touch events, making touch targets that are at least 20-40 pixels on touch devices. These can be transparent so the design still looks nice, but the small handles are still touchable. |
jussisaurio
added a commit
that referenced
this issue
Mar 21, 2021
Attempt #2 of this, using a different library that hopefully doesnt have any pathological quasi-infinite loop conditions. Pack items inside a container into a tight fit using the Tile button in context menu. Ignores texts and containers right now because of overflow issues in texts, and logic for containers inside containers is simply not implemented yet.
Close in favor of #125 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At least on iOS, does not work atm.
The text was updated successfully, but these errors were encountered: