The maxTouchPoints
read-only property of the
Navigator
interface returns the maximum number of simultaneous touch
contact points that are supported by the current device.
The maxTouchPoints
read-only property of the
Navigator
interface returns the maximum number of simultaneous touch
contact points that are supported by the current device.
A number.
if (navigator.maxTouchPoints > 1) {
/ browser supports multi-touch
}
Specification |
---|
Product helpmaxTouchPoints read-only property of the\nNavigator Instance properties
|