You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many aspects of the editor already work well on mobile. Color picker working on mobile supports beginners and users of p5.js on more devices.
However, it's possible the color picker on mobile opens additional challenges to web accessibility that I'm not aware of - in which case I don't think it would be worth it.
Feature enhancement details
One UX challenge of using editor on mobile is that touch is less precise than clicking. The color picker button is already small. MVP version of this feature would be to make existing button touch-triggered. However, this could be a bit annoying because it conflict with using touch to navigate different lines. Maybe having a separate mode, when he editor text area is not in focus, and the whole line that contains the color picker is highlighted and clickable to open up the color picker. Maybe there are also other ideas how to do this!
The text was updated successfully, but these errors were encountered:
I love how much of the p5.js editor already works on mobile, super cool for learning and sketching on the go. Just wanted to share a few thoughts on how the color picker could work better on smaller screens without messing with the editing experience.
1. Make the Color Picker Button Easier to Tap
Right now, it’s pretty tiny on mobile. Increasing the touch area with some CSS should help:
Increasing Access
Many aspects of the editor already work well on mobile. Color picker working on mobile supports beginners and users of p5.js on more devices.
However, it's possible the color picker on mobile opens additional challenges to web accessibility that I'm not aware of - in which case I don't think it would be worth it.
Feature enhancement details
One UX challenge of using editor on mobile is that touch is less precise than clicking. The color picker button is already small. MVP version of this feature would be to make existing button touch-triggered. However, this could be a bit annoying because it conflict with using touch to navigate different lines. Maybe having a separate mode, when he editor text area is not in focus, and the whole line that contains the color picker is highlighted and clickable to open up the color picker. Maybe there are also other ideas how to do this!
The text was updated successfully, but these errors were encountered: