I use a media query to load in a stylesheet (if device is a tablet).
I was just wondering how I could check in my javascript if the user is using a tablet, is there a check or should I just check what stylesheet was loaded in?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Try to see if perhaps this sheds a light on your question:
What is the best way to detect a mobile device in jQuery?
As the answer to that thread says, I’d suggest to rely on ‘feature detection’ rather than tablet vs non-tablet (as it may not be as straightforward as one may think) hence –> http://modernizr.com/