Navigator: maxTouchPoints property

The maxTouchPoints read-only property of the Navigator interface returns the maximum number of simultaneous touch contact points are supported by the current device.

Value

A number.

Examples

js
if (navigator.maxTouchPoints > 1) {
  // browser supports multi-touch
}

Specifications

Specification
Pointer Events
# dom-navigator-maxtouchpoints

Browser compatibility

desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
maxTouchPoints