Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8865773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T16:36:05+00:00 2026-06-14T16:36:05+00:00

Requirement – Detect tablets using JavaScript I’m not allowed to use any plugin or

  • 0

Requirement – Detect tablets using JavaScript

I’m not allowed to use any plugin or lib (jQuery is an exception) and want to keep code to minimum.

I have read many posts on this topic and came up with this solution (Checking screen resolution and touch):

var _w = Math.max($(window).width(), $(window).height());
var _h = Math.min($(window).width(), $(window).height());

var tabletView = (_w >= 1000 && _h >= 600);

var is_touch_device = 'ontouchstart' in document.documentElement;

if (tabletView && is_touch_device) {
    alert('tablet');
}
else {
    alert('Not a Tablet');
}​

Question: Is this code reliable enough? If not what’s the better approach?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T16:36:07+00:00Added an answer on June 14, 2026 at 4:36 pm

    This will also see phones with larger screen resolutions as tablets.

    Other than that, this code is reliable, and there isn’t really anything you could do to detect the difference between a phone and tablet, without libraries, or manually parsing user-agents.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Requirement: I need to run multiple animations one by one. I'm using onAnimationEnd() to
My requirement is to use 2 tables and 1 chart to visualize my data
Requirement : Return the element object. Problem : Using the code below, I expected
Requirement : To find out which phone the user is using by parsing the
Requirement: select by date as After, Before, Between or all if null I'm using
Requirement: I'd like a jQuery autocomplete element that allows the user to pick an
Requirement : Use a newly added font (copied to \Windows) immediately without the need
My requirement is to map various database (particularly SQL Server, MySQl and Postgres) using
My requirement is -using XSLT- to show a dropdown list with the US states
Requirement: If there are any exceptions, call a method that re verifies data My

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.