Chapter 3. Patterns for Touchscreens and Interactive Surfaces

"It is the tactile sense that demands the greatest interplay of all the senses."

Marshall McLuhan, interviewed in Playboy, March 1960

This chapter concerns the patterns that have emerged—some over the past 30 years—for using touchscreens and other touch-sensitive devices. Patterns are a combination of a gesture plus a system response that can be repeated in a variety of situations across many devices (although most, if not all, of these patterns require certain sensors to be in place). Patterns capture a structure of call and response. Where possible, context has been left out or relegated to the EXAMPLES section of each pattern.

Note

See GESTURES FOR TOUCHSCREENS in this book's appendix for a description of the gestures used in these patterns.

Patterns for touchscreens can also, in many cases, be applied to free-form interactive gestures, just slightly modified. For instance, the Spin to Scroll pattern can be performed with a finger on a device, but it could also be performed in the air with a finger.

HOW TO USE PATTERNS

There are several ways to use patterns. The first is the simplest: just read through them and be aware that they exist. Internalize them so that they will appear organically as you design. The second way to use them is as a reference while designing: if you get stuck, a pattern may suggest a solution. The third way is to use them as Walt Disney did, to make a good idea even better, a concept he called plussing. Incorporating these patterns into a product can make the product richer and more intuitive (i.e., familiar). Patterns are, by their nature, tropes that appear throughout many products, so users will hopefully be accustomed to them by the time they reach your product.

New patterns, such as swirling a finger around an object to select it, are being created and tested by designers every day, but the patterns in this chapter and in the next exist as of this writing (summer 2008). A pattern has to show up in multiple products over a period of time before it becomes established. However, some of these patterns, such as the Ghost Fingers pattern, are emergent—many users will never have encountered them before, so communication about their use will be necessary (see Chapter 7).

TAP TO OPEN/ACTIVATE

WHAT

With this pattern, a tap in a specific area or on a specific object (e.g., a button) triggers a feature.

USE WHEN

Use Tap to Open/Activate whenever an object needs to be activated or a button needs to be pushed. Tapping could be used for selecting multiple items simultaneously as well. This pattern can be employed safely anywhere on any device.

WHY

Tap is the simplest manual touch gesture (aside from proximity) and is a natural replacement for clicking with a mouse.

HOW

Equivalent to (in code) OnMouseDown and OnMouseUp, this action is performed in less than one second and is comparable to a left click on a mouse in desktop operating systems. There are two types of Tap to Open/Activate: activate-on-press and activate-on-release. Most mechanical buttons are activate-on-press, but it is a better practice for touchscreens to be activate-on-release because it gives the user time to move off the button if he changes his mind, especially if tapping will perform an action that cannot be undone.

A tap, when held, can also be a press-and-hold, which can execute multiple actions in a row. An example is pressing a button that turns a page on an e-reader. Holding the button down could rapidly flip pages.

EXAMPLES

A user taps a button on Microsoft Surface. Courtesy Microsoft.

Figure 3-1. A user taps a button on Microsoft Surface. Courtesy Microsoft.

Toshiba Dynabook with a Synaptics Dual Mode pad. Courtesy Synaptics.

Figure 3-2. Toshiba Dynabook with a Synaptics Dual Mode pad. Courtesy Synaptics.

Samsung's Instinct practically has the title of this pattern right on-screen. The Instinct is not multitouch, so most functions are activated via tapping. Courtesy Sprint.

Figure 3-3. Samsung's Instinct practically has the title of this pattern right on-screen. The Instinct is not multitouch, so most functions are activated via tapping. Courtesy Sprint.

TAP TO SELECT

WHAT

Tapping an object with a single (index) finger selects that object for manipulation.

USE WHEN

One of the most basic gestures, this pattern can be used in almost any system in any location for selecting objects on-screen.

WHY

Use Tap to Select for selecting a single item from a set of many items that can be manipulated.

HOW

In touchscreens, Tap to Select is simply a matter of matching the position of a touch event with the position of an object on-screen. As with Tap to Open/Activate, there are two types of Tap to Select: activate-on-press and activate-on-release. Most mechanical buttons are activate-on-press, but it is a better practice for touchscreens to be activate-on-release because it gives the user time to move off the button if he changes his mind, especially if tapping will perform an action that cannot be undone.

Tap to Select is usually the alternative to Tap to Open/Activate. Either one tap selects an item (with perhaps a double tap to open), or one tap opens/activates that item.

EXAMPLES

Lemur is a controller for audio and media applications. One of its features allows the user to select items that are then activated at certain times (e.g., in time to the music). Courtesy JazzMutant.

Figure 3-4. Lemur is a controller for audio and media applications. One of its features allows the user to select items that are then activated at certain times (e.g., in time to the music). Courtesy JazzMutant.

Subway's sandwich ordering kiosk has users select condiments. Courtesy Justin Hall.

Figure 3-5. Subway's sandwich ordering kiosk has users select condiments. Courtesy Justin Hall.

This Twinkle application for the Apple iPhone allows users to select Twitter messages from a list. Courtesy Nick Starr.

Figure 3-6. This Twinkle application for the Apple iPhone allows users to select Twitter messages from a list. Courtesy Nick Starr.

DRAG TO MOVE OBJECT

WHAT

Using a single finger on top of an object on-screen moves that object, along with the finger, to a new location.

USE WHEN

Use this pattern for drag-and-drop, sliders, and other controls to enable the user to move an object to another part of the screen.

WHY

Without being able to grasp and pick up an object, users still need a way to move objects, so pushing and pulling them with their finger is a natural action to accomplish this. Some controls, such as sliders, require this pattern.

HOW

Either the object has to be selected first, or this gesture has to be combined with Tap to Select so that an object that is beneath a touch event can be automatically selected and moved with the finger as it moves across the screen. Objects on-screen can be constrained to slide in only certain directions (e.g., left and right on a slider).

EXAMPLES

A concept for Comfort, an environmental system controlled by a touchscreen remote control. Sliding a thumb down the slider changes the temperature. Courtesy Valliant.

Figure 3-7. A concept for Comfort, an environmental system controlled by a touchscreen remote control. Sliding a thumb down the slider changes the temperature. Courtesy Valliant.

The iPhone's Slide to Unlock feature lets users slide the "latch" in only one direction, which is indicated with both an arrow and an animation on the words "slide to unlock." Courtesy John Pastor.

Figure 3-8. The iPhone's Slide to Unlock feature lets users slide the "latch" in only one direction, which is indicated with both an arrow and an animation on the words "slide to unlock." Courtesy John Pastor.

You control the loopArenaMTC music device by sliding musical "agents" with your fingertip. You activate the agents by touching and moving them into different positions. Courtesy Jens Wunderling.

Figure 3-9. You control the loopArenaMTC music device by sliding musical "agents" with your fingertip. You activate the agents by touching and moving them into different positions. Courtesy Jens Wunderling.

SLIDE TO SCROLL

WHAT

This is similar to Drag to Move Object, but in this pattern, sliding a finger on the screen in one direction scrolls the screen or a list of items in that direction. You can use this along with Slide and Hold for Continuous Scroll.

USE WHEN

Use Slide to Scroll when content that users want to access resides outside the visible viewing area, such as text drifting off the screen, a large map, or a large data set such as search results. You can also use this for moving through simple menus.

WHY

Many screens, especially on mobile devices, have a limited area in which to view content, so scrolling is necessary. Slide to Scroll, along with Fling to Scroll, is a simple way to accomplish this scrolling. It is also used extensively on trackpads.

HOW

The system should check to make sure the user isn't performing Drag to Move Object by seeing whether the finger and an object align, and if they don't, by then moving the screen in the direction of the slide if possible. (If that is not possible, some sort of feedback, such as a bounce or sound, should trigger.) For clarity, you should not use this pattern with Two Fingers to Scroll.

Scroll bars indicating position can also be helpful, either always visible or appearing as necessary.

Utilizing some kind of feedback, such as a visual bounce, haptic buzz, or sound when the user reaches the end of a scroll, is a good practice.

EXAMPLES

The Zen Vision:M has a very clear touchpad designed for up-and-down scrolling. Courtesy Creative.

Figure 3-10. The Zen Vision:M has a very clear touchpad designed for up-and-down scrolling. Courtesy Creative.

The Gigabeat line of portable media players has PlusPad navigation that users slide with a finger. Courtesy Toshiba.

Figure 3-11. The Gigabeat line of portable media players has PlusPad navigation that users slide with a finger. Courtesy Toshiba.

The Everio video camera line features a "laser touch" capacitive strip for scrolling through menus. Courtesy JVC.

Figure 3-12. The Everio video camera line features a "laser touch" capacitive strip for scrolling through menus. Courtesy JVC.

SPIN TO SCROLL

WHAT

The user moves a single digit (typically a thumb or index finger) in a circular motion to scroll. Usually, a clockwise gesture scrolls down/forward/right and a counterclockwise gesture scrolls up/backward/left.

USE WHEN

Use Spin to Scroll when there is a list of items (such as menu or search results) or a set of screens (more than three) through which to rapidly scroll.

Spin to Scroll generally appears on mobile devices, where there is a lot of information to scroll through but limited screen real estate in which to display the information. It can also be done using trackpads.

WHY

Spin to Scroll allows for rapid scrolling with a motion that is more continuous and smoother than up and down or side to side (see Slide to Scroll and Two Fingers to Scroll).

HOW

A slight movement in one direction in a circle starts to scroll left/right or up/down. A full circle can scroll through a full screen of items. A speed or time-scrolling threshold can also be set so that after it is reached, the scrolling speeds up. Care should be taken, as rapid scrolling can be difficult for users to follow. For this reason, it is best if the user understands the structure of the list (e.g., that it is in alphabetical order).

It can also be difficult for precisely stopping on an item, often requiring users to go back and forth to pinpoint the item they want. Visual and even auditory feedback can be of assistance here.

Scroll bars indicating position can also be helpful, either always visible or appearing as necessary.

Spin to Scroll can be done with a trackpad or other touch mechanism, or it can be done as a free-form gesture (by twirling a finger in the air).

EXAMPLES

Apple's iPod line is a classic example of Spin to Scroll. Courtesy Apple.

Figure 3-13. Apple's iPod line is a classic example of Spin to Scroll. Courtesy Apple.

The Forerunner 405 has a touch-sensitive rim that can be used to change values on the watch. Courtesy Garmin.

Figure 3-14. The Forerunner 405 has a touch-sensitive rim that can be used to change values on the watch. Courtesy Garmin.

Rhapsody in Music, the LB3300 includes a circular scroll wheel for navigating through menus and music. Courtesy LG.

Figure 3-15. Rhapsody in Music, the LB3300 includes a circular scroll wheel for navigating through menus and music. Courtesy LG.

"Onyx," a concept for an MP3 player. Courtesy Synaptics.

Figure 3-16. "Onyx," a concept for an MP3 player. Courtesy Synaptics.

SLIDE AND HOLD FOR CONTINUOUS SCROLL

WHAT

This pattern is similar to Drag to Move Object, except this one moves the whole screen or an object with scrolling possibilities (e.g., a menu or any list of items) and continues to scroll until the user lifts her finger, upon which the scrolling stops.

USE WHEN

Use Slide and Hold for Continuous Scroll to scroll through many screens or large amounts of text.

WHY

Instead of constantly scrolling the screen with multiple motions (see Slide to Scroll and Two Fingers to Scroll), with this pattern, one motion suffices. (You can use this pattern alongside those other patterns, however.)

HOW

A visual cue of a place to hold can be necessary, such as a "More..." indicator at the bottom of a list.

Scroll bars indicating position can also be helpful, either always visible or appearing as necessary.

Utilizing some kind of feedback, such as a visual bounce, haptic buzz, or sound when the user reaches the end of a scroll, is a good practice.

EXAMPLES

MTextReader is a text reader for Java phones that allows for slide-and-hold scrolling on touchscreen models. Courtesy Olnex.net.

Figure 3-17. MTextReader is a text reader for Java phones that allows for slide-and-hold scrolling on touchscreen models. Courtesy Olnex.net.

The ZEN Vision:M lets users slide and hold to scroll through menus or photos. Courtesy Creative.

Figure 3-18. The ZEN Vision:M lets users slide and hold to scroll through menus or photos. Courtesy Creative.

FLICK TO NUDGE

WHAT

A slight flick of the index finger in any direction moves either the screen itself or a selected object in that direction.

USE WHEN

Use Flick to Nudge for simple drag-and-drop, to push objects away (or off-screen), or for slider movements.

If the "object" is the entire screen or a list, the related pattern is Fling to Scroll.

WHY

Since grasping and moving aren't possible with a 2D screen, flicking is a natural gesture for moving items around the screen.

HOW

The index finger lightly touches the screen and moves in a straight line in one direction. If the tip of the finger is used, it can indicate a light flick, whereas the use of a finger pad (combined with a longer duration) can indicate more of a push or pull. (Objects on-screen can react differently to both.)

One addition to this is physics to mimic slowing to a stop. Based on the speed of the flick, the movement of the object will continue after the gesture is complete, slowing to a gentle stop. The rate of the flick is translated into momentum, which is slowed and eventually stopped by simulated friction.

EXAMPLES

The Neonode N2, using the NeNo user interface, is controlled by a series of Flick to Nudge gestures along a set of marked UI controls. Courtesy Neonode.

Figure 3-19. The Neonode N2, using the NeNo user interface, is controlled by a series of Flick to Nudge gestures along a set of marked UI controls. Courtesy Neonode.

The HTC Diamond allows users to flick through their contacts. Courtesy HTC.

Figure 3-20. The HTC Diamond allows users to flick through their contacts. Courtesy HTC.

With Windows Vista running on tablet PCs, users can flick through 3D windows with a finger (or stylus). Courtesy Microsoft.

Figure 3-21. With Windows Vista running on tablet PCs, users can flick through 3D windows with a finger (or stylus). Courtesy Microsoft.

FLING TO SCROLL

WHAT

Similar to Flick to Nudge, a strong fling of the index finger in any direction moves the screen in that direction, if possible. This gesture is also known as kinetic or momentum scrolling.

USE WHEN

Use Fling to Scroll to rapidly flip through screens or long lists as a simple scroll.

WHY

Since grasping and moving aren't possible with a 2D screen, flinging is a natural gesture for moving items around the screen or for scrolling long lists to be traversed quickly in a very natural interaction that mimics the physical world.

HOW

The index finger lightly touches the screen and moves in a straight line in one direction. If the tip of the finger is used, it can indicate a light fling, whereas the use of a finger pad (combined with a longer duration) can indicate more of a push or pull. (Objects on-screen can react differently to both.)

Based on the speed of the fling, the movement of the object or scrolling of the screen will continue after the gesture is complete, slowing to a gentle stop. The rate of the fling is translated into momentum, which is slowed and eventually stopped by simulated friction. One variation on this is to use two finger flings, which could trigger a similar system response, such as rapid scrolling or a multipage scroll.

Scroll bars indicating position can also be helpful when this pattern is deployed, either always visible or appearing as necessary.

Utilizing some kind of feedback, such as a visual bounce, haptic buzz, or sound when the user reaches the end of a scroll, is a good practice.

EXAMPLES

This Skype application for the iPhone allows users to select a country code using Fling to Scroll. Courtesy Sebastian Kippe.

Figure 3-22. This Skype application for the iPhone allows users to select a country code using Fling to Scroll. Courtesy Sebastian Kippe.

The HTC Touch uses TouchFLO technology to enable features such as Fling to Scroll for text or long lists of items. Courtesy HTC.

Figure 3-23. The HTC Touch uses TouchFLO technology to enable features such as Fling to Scroll for text or long lists of items. Courtesy HTC.

Nüvifone lets users scroll through lists of locations using flings. Courtesy Garmin.

Figure 3-24. Nüvifone lets users scroll through lists of locations using flings. Courtesy Garmin.

TAP TO STOP

WHAT

When another action, such as scrolling, is in progress, tapping the screen stops the action.

USE WHEN

Use Tap to Stop when there is an ongoing action that takes an extended time to perform (more than several seconds) and that a user might want to interrupt—especially if the ongoing action is displaying a set of screens or objects that the user might want to act on (e.g., a menu item or a list of content).

WHY

This pattern allows users to manually stop a moving object, something humans expect to be able to do with their hands.

HOW

Tap to Stop can cancel/stop an ongoing action or simply pause the action, depending on need. If it is pausing an ongoing action, a second, distinct tap should restart the action.

EXAMPLES

Pocket Player for Windows Mobile allows taps to stop scrolls. Courtesy Conduits Technologies, Inc.

Figure 3-25. Pocket Player for Windows Mobile allows taps to stop scrolls. Courtesy Conduits Technologies, Inc.

The Starbucks version of iTunes on the iPhone allows users to scroll through a list of songs recently played in the store. Tapping the scrolling list stops it. Courtesy Nick Starr.

Figure 3-26. The Starbucks version of iTunes on the iPhone allows users to scroll through a list of songs recently played in the store. Tapping the scrolling list stops it. Courtesy Nick Starr.

The Zune allows you to stop scrolling lists with a tap. Courtesy Microsoft.

Figure 3-27. The Zune allows you to stop scrolling lists with a tap. Courtesy Microsoft.

PINCH TO SHRINK AND SPREAD TO ENLARGE

WHAT

Two fingers—either the thumb and index finger on a single hand, or both left and right index fingers if both hands are used—are brought closer together (Pinch to Shrink) or farther apart (Spread to Enlarge) while on top of an object, causing that object to change in size, scaling smaller if the fingers are moving closer together and larger if the fingers move farther apart. These two patterns are almost always found together.

USE WHEN

Use these patterns to increase or decrease the size of objects (e.g., maps, web pages, documents, images) or the entire screen, effectively zooming in and out.

WHY

For small devices in particular, users may need to zoom in and zoom out to see an object at the correct level of fidelity and detail. This also effectively eliminates a need to increase font size for some objects with text.

HOW

These two patterns require a system to be able to recognize two touch events (multitouch). The patterns typically scale an object proportionally, although it doesn't necessarily have to be so. They also typically utilize a smooth motion on a scale, not set levels of shrinking. That is, the starting points of the two fingers are usually equal to 100% of the object's starting size. As the fingers move closer together or farther apart, the object scales in real time to match the new distance between the fingers at a ratio that designers will need to determine based on the sizes of the original objects and the size of the screen. For instance, if the fingers are 50% closer, the object could be 50% of its original size, or it could be another percentage altogether. There can be, however, a point beyond which a user cannot (or should not) shrink or enlarge an object (thus making it impossible to see or interact with), and that point should be predetermined.

EXAMPLES

The U.S. Library of Congress has a set of touchscreen exhibits that allow visitors to peruse its historic documents, such as the Declaration of Independence (shown). Users can use Pinch to Shrink and Spread to Enlarge to zoom in and out. Courtesy U.S. Library of Congress.

Figure 3-28. The U.S. Library of Congress has a set of touchscreen exhibits that allow visitors to peruse its historic documents, such as the Declaration of Independence (shown). Users can use Pinch to Shrink and Spread to Enlarge to zoom in and out. Courtesy U.S. Library of Congress.

A user expands a picture using two hands on Microsoft Surface. Courtesy Microsoft.

Figure 3-29. A user expands a picture using two hands on Microsoft Surface. Courtesy Microsoft.

The DiamondTouch table was designed for collaboration among multiple users. Users can scale documents and images using Pinch to Shrink and Spread to Enlarge. Courtesy Mitsubishi Electronic Research Laboratory.

Figure 3-30. The DiamondTouch table was designed for collaboration among multiple users. Users can scale documents and images using Pinch to Shrink and Spread to Enlarge. Courtesy Mitsubishi Electronic Research Laboratory.

TWO FINGERS TO SCROLL

WHAT

With two fingers (the index and middle fingers, typically) on the screen together (usually but not necessarily side by side), the user is able to scroll a list of items or the entire screen up/down or left/right.

USE WHEN

Used mainly on trackpads, this gesture allows users to manipulate the overall screen (and its accompanying scroll bar) with both fingers while still being able to control the cursor on the visible screen with a single finger (see Drag to Move Object). If there is no cursor to move, Slide to Scroll could be used instead.

WHY

This pattern allows for control of metalevel objects such as scroll bars while retaining control of individual objects via a cursor.

HOW

The touchscreen needs to be sensitive enough to detect multitouch; otherwise, the system has to compensate by looking for a wider touch area than a single finger would typically create.

EXAMPLES

The HP TouchSmart IQ500 Series PC allows users to use the Two Finger Scroll gesture right on the screen. Courtesy Hewlett-Packard.

Figure 3-31. The HP TouchSmart IQ500 Series PC allows users to use the Two Finger Scroll gesture right on the screen. Courtesy Hewlett-Packard.

Apple's laptop trackpads, such as the one on this PowerBook, allow for two-finger scrolling. Courtesy Bill Selak.

Figure 3-32. Apple's laptop trackpads, such as the one on this PowerBook, allow for two-finger scrolling. Courtesy Bill Selak.

GHOST FINGERS

WHAT

Ghost fingers are a visualization of a user's fingers when the fingers are out of the user's line of sight, such as on the other side of a mobile device, inside an object, or on the other side of a wall.

USE WHEN

Use the Ghost Fingers pattern when the user has to see her fingers to manipulate controls but is prevented from seeing them because of the hardware or environment. An example is being able to see your fingers typing on a keyboard on the back of a device.

WHY

With Ghost Fingers, you may be able to overcome the limitations of opaque surfaces and screen coverage (see Chapter 2), and place controls in more ergonomic places (such as on the back of a mobile device) or in places that make functional sense. Being able to use the back of a device for gestures allows for multitouch with all 10 fingers at once.

Ghost fingers also have the added bonus, when transparent, of not covering up the screen as physical hands do.

HOW

Ghost Fingers requires a sensor to measure where the user's fingers are, which may be an additional sensor or the main sensor. A second touchpad or additional cameras may be necessary to employ Ghost Fingers.

The visualization of the ghost fingers can take many forms, from shadow-like fingers to transparent outlines to photorealistic fingers.

EXAMPLES

LucidTouch allows users to "see through" a mobile device. Courtesy Microsoft and Mitsubishi Electronic Research Lab.

Figure 3-33. LucidTouch allows users to "see through" a mobile device. Courtesy Microsoft and Mitsubishi Electronic Research Lab.

The Under the Table Interaction project explored a two-sided touch table. Users were able to use both hands to manipulate maps, play games, and do 3D modeling. Courtesy Daniel Wigdor, Darren Leigh, Clifton Forlines, Samuel Shipman, John Barnwell, Ravin Balakrishnan, and Chia Shen.

Figure 3-34. The Under the Table Interaction project explored a two-sided touch table. Users were able to use both hands to manipulate maps, play games, and do 3D modeling. Courtesy Daniel Wigdor, Darren Leigh, Clifton Forlines, Samuel Shipman, John Barnwell, Ravin Balakrishnan, and Chia Shen.

In the next chapter, we'll look at the patterns for free-form gestures—those that do not typically use an interactive surface for execution.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.163.159