checkIsTabletDevice()
Detects whether the current device should be treated as a tablet based on the user agent.
Example:
ts
const isTablet = checkIsTabletDevice();Detects whether the current device should be treated as a tablet based on the user agent.
Example:
const isTablet = checkIsTabletDevice();