Tagged Questions
7
votes
2answers
256 views
What is the reason behind the upper-case-lower-case behaviour of the Apple iOS keyboard?
On Windows and Android phones/tablets the case of the keypad letters alters when pressing SHIFT:
But Apple seems to ignore this presumably useful feature. Does Apple really know it's better NOT to ...
5
votes
2answers
657 views
Is spacing between touch targets an unnecessary recommendation by Microsoft?
A recent Microsoft IE10 blogpost gave general guidelines for building touch friendly sites suggesting two rules for touch targets:
Target size
Margin between targets
Apple's iOS guidance only ...
1
vote
1answer
139 views
Making clicks meaningful on iPad
As a web designer building a shopping cart for the iPad, I find the lack of down and click states difficult.
What's a good way without raising a confirmation pop up or something terrible and ugly to ...
4
votes
3answers
578 views
No scrollbars for scrollable controls on iPad & iPhone
When an element contains overflowing content, there is nothing that tells the user they can scroll to see more. They have to know to try the 2 finger swipe to see if anything moves.
...
2
votes
1answer
331 views
iPad UI: 2-Player Multi-touch Decisions Affecting Game Play
I am working on a game project that resulted from a summer game jam session. I had the "brilliant" idea to try and port the game to the iPad and I now find that I have painted myself into a corner so ...
5
votes
1answer
402 views
Should an iPhone application scroll to the top of a table when resorting
My application has a table view with a segmented control in a navigation bar. When the users taps a segment in the segmented control, the application fades the table into it's newly sorted state. The ...