Tagged Questions
5
votes
2answers
664 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 ...
4
votes
2answers
330 views
Best range of swipe angles
I have a list that can be scrolled vertically, the entries of which are removed by swiping horizontally. I've found that limiting the left/right swiping to strictly horizontal makes it hard to ...