Swipe Gestures are touch-based navigation where users swipe in a direction to perform an action: swipe left to delete, swipe right to archive, swipe up for more info. Common in mobile apps for quick actions without tapping buttons. Feels fast and natural when discoverable, confusing when hidden.
Use swipe gestures for common, repeated actions in mobile apps: delete/archive emails, navigate between items (photos, stories, cards), reveal actions (swipe to see options). Always make gestures discoverable with hints, animations, or onboarding. Provide button alternatives for users who don't discover gestures. Use native gesture libraries (iOS UISwipeGestureRecognizer, Android swipe-to-dismiss) or web libraries (react-swipeable, Hammer.js).
Interaction Patterns
Touch-based navigation—horizontal slides, card dismissal, reveal actions