Skip to content
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

Usability on small screens review #162

Open
KatieWoe opened this issue Apr 15, 2019 · 1 comment
Open

Usability on small screens review #162

KatieWoe opened this issue Apr 15, 2019 · 1 comment
Assignees

Comments

@KatieWoe
Copy link
Contributor

Per @kathy-phet's request in phetsims/qa#295 I am making issues in each published sim repo detailing the pointer areas and usability of sims on phone sized screens. Done on an iPhone 7 iOS 12 device.

Potential Difficulties Noticed:

  • Pencil and erase button on the equipotential tool are hard to use

Screenshots:
Image from iOS (1)
Image from iOS

@arouinfar
Copy link

These buttons are both flavors of RectangularPushButton whose superclass is RectangularButtonView which doesn't currently have support for asymmetric pointer area dilation, see phetsims/sun#500.

We could symmetrically dilate the touch areas a bit, as shown in green.
image

Not sure if this is supported without first addressing phetsims/sun#500, but we could add a bit of extra vertical dilation too.
image

@arouinfar arouinfar assigned jonathanolson and unassigned arouinfar Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants