MCPcopy Create free account
hub / github.com/RocketMap/RocketMap / isTouchDevice

Function isTouchDevice

static/js/map.common.js:849–852  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

847}
848
849function isTouchDevice () {
850 // Should cover most browsers
851 return 'ontouchstart' in window || navigator.maxTouchPoints
852}

Callers 2

map.common.jsFile · 0.85
map.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected