Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Fiddle-Digital/string-scroll
/ isTouchDevice
Function
isTouchDevice
src/index.ts:34–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
}
34
function
isTouchDevice() {
35
return
((
'ontouchstart'
in window) ||
36
(navigator.maxTouchPoints > 0));
37
}
38
39
40
class
StringScroll {
Callers
3
enabled
Method · 0.85
updateModeParams
Method · 0.85
onResize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected