Skip to content

checkIsTabletDevice()

Detects whether the current device should be treated as a tablet based on the user agent.

Example:

ts
const isTablet = checkIsTabletDevice();

Released under the MIT License.