The maxTouchPoints read-only property of the Navigator interface returns the maximum number of simultaneous touch contact points are supported by the current device.
touchPoints = navigator.maxTouchPoints;
if (navigator.maxTouchPoints > 1) {
// browser supports multi-touch
}
| Specification | Status | Comment |
|---|---|---|
| Pointer Events – Level 2 The definition of 'maxTouchPoints' in that specification. | Working Draft | Non-stable version. |
| Pointer Events The definition of 'maxTouchPoints' in that specification. | Recommendation | Initial definition. |
| Desktop | ||||||
|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
| Basic support | 35 | ? | 59
|
11
|
? | No |
| Mobile | |||||||
|---|---|---|---|---|---|---|---|
| Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
| Basic support | 37 | 35 | ? | 29
|
? | No | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/navigator/maxTouchPoints