vote up 2 vote down
star

With the iPhone and many other advanced touchscreen phones on the market, the "mobile touch" is an everyday issue for HCI. I would presume that this community will see many questions related to this area. This is what I've been thinking lately:

Which gestures work?

Are (multi-touch) gestures requiring more than one finger realistic for mobile use?

Should a touch device be usable with one hand only? How does one draw gestures with the holding hand?

Which contexts make use of gestures very difficult or impossible?

I think touch devices, such as the iPhone, have tremendous entertainment value. For some users, they are excellent personal communications devices. But really, is this stuff usable (enough)?

flag

4 Answers

vote up 5 vote down
check

Touch gestures are only one type of gestures for mobile. Technologies such as accelerometers, light sensors, other cameras, pressure sensors, RFID, NFC, Bluetooth, and various location technologies are all possible.

Then there are the "display" mechanisms: vibration, rumble, electrical fields, force feedback, sound, and so forth.

In general, this space is in its infancy.

Phones should always be designed with one-hand use and two-hand use in mind, but it is up to the product team to decide the relative emphasis. Clearly making and receiving calls should be one-handed. Should web? I don't think that's as necessary. But usability can be achieved either way.

When designing gestures, you must keep in mind that they lack any innate visual affordance. You must rely on other methods to enable discoverability. There are a few approaches to this. The iPhone's "flick" (scroll fast) gesture is a very simple extension to an existing behavior; it uses something people already do and just responds more naturally to it.

A second approach is training. The Palm Pre requires users to go through a training video to get the "back" gesture, as you really can't use the device without it. There is no corresponding button.

Apple has used advertising to teach people about pinch to zoom. It's less effective: many users complain that they just can't read the browser text. They've not discovered how to zoom in.

Like I said, this space is very much in its infancy. But principles we've observed include:

  1. Carefully train any gestures critical to the use of the device. Swipe left for back, pinch/spread to zoom out/in, double-tap to zoom to fit.

  2. Avoid making many gestures critical to the use of the device. Provide menu or icon alternatives for most gestures. Gestures (and voice control) provide shortcuts, not navigation through menus.

  3. Use natural finger or thumb paths rather than requiring strict rectilinear paths. In other words, use good biomechanics and be forgiving of error. Example: The iPhone unlock screen requires too much precision in start and end points to unlock. It is too easy to stop at the wrong place.

  4. Test your gestures with real users. Redesign, test again.

  5. Consider a device mode in which everything is done through the menu. This is the "share with somebody else" mode. Verbally communicating gestures while driving is frustrating for everybody.

  6. Be smart about automatically doing things. Sometimes, for example, a person might want to lay down while reading a web page. Indeed, "in bed" is a common context for use. The iPhone makes this challenging, as it automatically rotates sideways. Some applications have a "lock" mode in which they won't rotate.

  7. Where possible, re-use gestures. Pinch to zoom should be preserved. Flick to scroll should be preserved.

  8. Think outside the box. Or off the screen. I want a function that intelligently locks and unlocks my screen based on device position and light input (i.e., it's upside down in a pocket or purse then the keys are locked; I pull it out and they are unlocked). This is far more important than an extra on-screen gesture.

Also, be sure to read some of Kevin Arthur's work. I keep coming back to Evaluating Gesture Usability – it includes a method to actually develop and test good gestures.

link|flag
vote up 1 vote down

It's not a domain I've worked in so I can't really comment.

However you might find interactivegestures.com of interest. It's a wiki that's trying to collect and disseminate gestural interface information and patterns.

link|flag
vote up 0 vote down

This came through on one of my RSS feeds. Hopefully it helps: Gestures as a language not a technology

link|flag
vote up 0 vote down

If you haven't seen it yet, I would strongly recommend to take a look at this nice presentation: How people really use the iPhone by Bill Westerman. It is not only about gestures but covers different interaction aspects. You will discover many interesting facts about the iPhone usability.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.