In dev tools navigator.maxTouchPoints is always set to 1.
Note this might trigger in older smartphone devices that doesn’t support multiple touch points.
if(navigator.maxTouchPoints == 1) { //your code }