Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isTablet not working for Galaxy Tab A8 SM-X200. Detects as mobile=true #192

Open
bodyahnedko opened this issue Aug 1, 2022 · 3 comments

Comments

@bodyahnedko
Copy link

bodyahnedko commented Aug 1, 2022

Library detects tablet Galaxy Tab A8 SM-X200 as mobile.

Device user-agent:
"Mozilla/5.0 (Linux; Android 11; SM-X200) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36"

Device: Galaxy Tab A8 SM-X200/Chrome

@sumyathlaing
Copy link

Hi!..
I got the same error for Galaxy Tab S8 Ultra.
is there some update??

@hosembafer
Copy link

Same for iPad Pro/Air

I did some research and discovered that there is a new class of "desktop class" browsers and they don't want to be categorized as tablets and identify themselves as desktop devices and it becomes very difficult to distinguish them.

To handle this, we can use navigator.maxTouchPointers as an additional criterion to detect tablets.

@rationalthinker1
Copy link

Same for iPad Pro/Air

I did some research and discovered that there is a new class of "desktop class" browsers and they don't want to be categorized as tablets and identify themselves as desktop devices and it becomes very difficult to distinguish them.

To handle this, we can use navigator.maxTouchPointers as an additional criterion to detect tablets.

Sounds like gender nowadays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants