-
Notifications
You must be signed in to change notification settings - Fork 158
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
Selectors for tablet device doesn't work on samsung tablet #197
Comments
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 |
@duskload Hey, can you help here? I know it's a bit undefined situation with "desktop class" stuff, but maybe you can group all the related issues and pin them on the Issues tab? And maybe you have some thoughts about this? |
That would work, but for me, my tablet and my phone give the same maxTouchPointers so it ends up being the same problem than isTablet not working |
Different selectors like isTablet, isMobile, isPortrait, isLandscape gives incorrect value.
Device information :- Samsung Galaxy S7 Edge browser
The text was updated successfully, but these errors were encountered: