-
Notifications
You must be signed in to change notification settings - Fork 29
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
Touch affordances #12
Comments
Yeah... for small screen devices we need a completely different UI. |
I was surprised at how usable some of it is TBH. It's definitely possible to press the larger icons, though maybe two columns of them isn't ideal. You're right that piecemeal isn't ideal... this is a bit of fluffy ticket anyway :) |
I can use it on a phone with the current UI size, what I find fustrating (and I don't know if it's a bug, that's why I'm sharing) is that I can't touch-drag to move the slider or color selector on the Color side-pane . I mean: I have to touch the exact spot where the color I want is, if I touch and drag, I drag the whole panels group. This could be solved by adding HSB sliders below the pane, as all the other sliders I've tried work fine. |
In portrait orientation it might make sense for the icons to be along the bottom (especially on a phone as that's nearer your thumbs). Touch is definitely a bit more than button size and placement, but this might help as an incremental improvement. |
Had a quick play on an Android phone and wonder how touch affordances could work.
There's a question of when to enable them, I'm not sure if there are APIs that help find the size of the screen, which might help.
In the case of sliders for instance, having a larger UI for it that appears when you touch the screen could be one place to start.
The text was updated successfully, but these errors were encountered: