kollapsminoriteten/wp-content/themes/blocksy/static/js/frontend/helpers/is-touch-device.js

5 lines
129 B
JavaScript
Raw Normal View History

2025-08-27 08:44:30 +02:00
export const isTouchDevice = () =>
'ontouchstart' in window ||
navigator.maxTouchPoints > 0 ||
navigator.msMaxTouchPoints > 0