Touchscreen Tests

Multi-Touch Test

Track simultaneous touch points with colored markers, pointer IDs and maximum detected touches.

Why results may vary

Maximum touch support depends on hardware, browser and operating-system touch drivers.

How to use this test

Place several fingers on the active area at the same time and move them around. The page shows each active pointer ID and remembers the maximum simultaneous touch count reached.

How the measurement works

Touch PointerEvents are stored by pointerId from pointerdown through pointermove, pointerup and pointercancel, so each active finger can be tracked independently.

How to interpret results

Maximum detected touches reflects what the browser receives in that session. Hardware, operating system and drivers can cap simultaneous touch points below marketing specifications.

Troubleshooting tips

Try a slower placement of fingers, keep them separated and retest in another browser. Mouse and pen pointers are intentionally excluded from the touch count.