checkIsTouchDevice()
Detects whether the current device supports a touch-first form factor.
Example:
ts
const isTouch = checkIsTouchDevice();Detects whether the current device supports a touch-first form factor.
Example:
const isTouch = checkIsTouchDevice();