No Login Data Private Local Save

Touch Event Visualizer - Online Multitouch Debugger

11
0
0
0

Touch Event Visualizer

Online Multitouch Debugger – inspect touchstart, touchmove, touchend with real‑time feedback

Touch Area
Active Touches
No active touches
Event Log
Awaiting touch events...

Frequently Asked Questions

This Touch Event Visualizer helps developers debug multitouch interactions in real time. It logs every touchstart, touchmove, touchend, and touchcancel event, displays active touch points with coordinates, force, and radius, and visualizes movement paths on a canvas. Useful for testing gestures, games, or any touch‑driven interface.

Yes! Enable the Mouse simulation switch above the canvas. Then click and drag on the touch area to simulate a single finger. This lets you quickly prototype touch logic even on a laptop or desktop computer. For full multitouch testing we recommend using a real device or Chrome DevTools’ device mode with touch emulation.

The canvas sets touch-action: none to prevent default scrolling/zooming while you interact. If you experience scrolling, make sure you’re touching inside the gray‑bordered canvas area. The rest of the page still scrolls normally.

Force (0–1) indicates the pressure of the touch, supported on devices with 3D Touch or similar hardware. RadiusX / RadiusY (in pixels) describe the size of the contact ellipse between the finger and the screen. These values are displayed in the Active Touches panel when available.