Usability in smart phones has taken a huge step back - in the name of efficiency, elegance and stupidity, we got rid of the scroll bar. Unfortunately, that line to the right has three important uses:
- It is a dedicated element for scrolling up and down
- It gives us a visual cue to where we are in the screen
- It tells us there is more content below!
Because smart phones have small screens, designers (programmers) decided to save on space and let you use the space between widgets to scroll. If you missed and hit a control and sent an inappropriate text message to you mother in law, all the better.
Unfortunately, this potentially hides a considerable part of the application from even the most powerful of users. Consider the following screen on the left. It looks complete. A single dialog box with three volume sliders.
But wait, there are two more sliders hidden below!
If someone (for example Samsung) were to mute your notifications during the last software update (Why???), you would be left without notifications of your incoming text messages, appointments, etc.
A complete FAIL.
I originally solved this by writing an app to monitor incoming text messages and beep. Yes! it was easier to program a workaround then to figure this out. Pathetic
No comments:
Post a Comment