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
BCD tables only load in the browser