Tagged Questions
4
votes
2answers
102 views
Default Android input field styling
I have been showing a prototype of my app to a few people and am surprised by how many of them don't know where to type.
The main screen has three input fields and a search button.
I'm talking about ...
11
votes
4answers
149 views
Should you optimize mobile experiences based on individual handedness?
In abbood's question "How to implement a stack exchange style voting for mobile?" he answers his own question with the following mock-up:
My immediate thought was that the up-vote control was on ...
-2
votes
1answer
636 views
What solutions are there for a date picker on a responsive website? [closed]
We're working on a website that is responsive.
So my question is: What about datepickers. If we choose normal datepickers
Jquery Mobile date pickers don't look good on the full blow template.
And ...
3
votes
1answer
67 views
When are “hidden” usability improvements helpful vs. confusing/frustrating?
I just read an article about some bonus keys on the iPad's split keyboard. Obviously this seems like a great idea to prevent a usability issue from even happening. It seems like this could backfire ...
4
votes
1answer
77 views
Mobile: differentiating device-shake and touch-shake with sensible names
With mobile devices, there are (at least) 2 kinds of user actions that could be called "shake"
Shaking the device itself
Shaking some draggable item (à la Windows 7 shake-to-minimize-other-windows)
...
7
votes
3answers
256 views
What is the best interaction pattern for entering a range on a mobile phone?
I have a mobile application where I need to filter a list by a range. (Imagine a dating app where you want to filter people by age). How should one design the range picker?
A person should be able to ...
3
votes
2answers
160 views
The calculator app question: preventing users from entering illegal input
I know there are a number of ways to prevent users from entering illegal input: disabling buttons, showing warnings, and other solutions that fit the domain of the problem. However, the usual ...