Function: isTouchDevice()
function isTouchDevice(): boolean;
Checks if the current device supports touch events.
Returns
boolean
True if touch device, false otherwise.
function isTouchDevice(): boolean;
Checks if the current device supports touch events.
boolean
True if touch device, false otherwise.