Post #3601115
2026-07-05 09:23 UTC
@mwichary@mastodon.online In the photo example, of the two scenarios:
1. The user wants to perform a full rotation
2. The user accidentally double-taps the "rotate 90" button
the second scenario seems much more likely. The user might have dexterity problems that make double taps more likely, or they might have a situational disability that makes double taps more likely (e.g., passenger in a car over a rough surface).
Replies (1)
-
@nikclayton@mastodon.social 2026-07-05 09:23
@mwichary@mastodon.online Given that, throttling/debouncing taps on the "rotate 90" button feels like the correct tradeoff to make. I note that the iPhone UI does not appear to have an "undo" button, so assuming the user only intended to rotate the photo 90 degrees (which I also suspect is the most common operation), an inadvertent double-tap would require the user to make another three taps to achieve their goal. Am I missing something?