meta charset="UTF-8" /> 73: DoubleTapDetector – UI Primitive Demo

DoubleTapDetector

Primitive #73

🔍 Problem it solves

Double‑click works on desktop, but touch devices need a reliable double‑tap gesture.

✅ Solution

DoubleTapDetector detects two taps occurring within a short interval with minimal movement.

🧩 Used by components

Image viewer (zoom), Video player (fullscreen), Custom gestures.

🎮 Interactive demo