Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
849
function
isTouchDevice () {
850
// Should cover most browsers
851
return
'ontouchstart'
in window || navigator.maxTouchPoints
852
}
Callers
2
map.common.js
File · 0.85
map.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected