An interface controlled primarily through physical gestures — swipes, pinches, taps, and drags — rather than traditional input methods. Gestural interfaces require careful design of discoverability since gestures are often invisible until performed.
Common contexts
- Designing navigation for a full-screen immersive app where persistent UI chrome would obstruct the content
- Building a tablet-first creative tool where multi-touch gestures replace toolbar-heavy desktop patterns
- Onboarding flow for a gesture-driven app that teaches navigation patterns before users enter the main experience
Use when
When the product lives on a touch-native platform and the interaction model benefits from direct manipulation — particularly for creative, spatial, or immersive experiences where gestures feel more natural than tapping discrete controls.
Avoid when
Don't build a gesture-first interface for content that must also be accessible to keyboard users, motor-impaired users, or users on non-touch devices — gestural-only interfaces systematically exclude entire user populations.
The discoverability problem in gestural interfaces is never fully solved by onboarding — design for the user who skipped the tutorial, forgot the gesture, or picked up the device for the first time six months after setup.
Real-world examples
- Apple's iPhone X removed the home button and introduced a gestural interface where users swipe up to go home, swipe and hold to access the app switcher, and swipe from edges for system controls.
- Microsoft Kinect created a gestural interface for Xbox that allowed users to control games and menus using full-body motion, pioneering touchless interaction for consumer entertainment.
- The Leap Motion controller enabled gestural interfaces for desktop computers, recognizing precise hand and finger movements to interact with 3D environments without physical input devices.