Files
once-campfire/app/javascript/helpers/navigator_helpers.js
Kevin McConnell df76a227dc Hello world
First open source release of Campfire 🎉
2025-08-21 09:31:59 +01:00

4 lines
102 B
JavaScript

export function isTouchDevice() {
return "ontouchstart" in window && navigator.maxTouchPoints > 0
}