-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
android tablets detected as mobile #38
Comments
@mauro76 It looks like Android will be flagged as mobile across the board. Thanks for bringing this up. I will leave the issue open for the time being. I'd also like to refer you to this comparison of UserAgent parsing modules so that you can make an informed choice about which parsing module might best suit your needs: |
any updates? isTablet() would be nice ... |
Do you feel motivated to send a pull request? :) |
sure |
This was fixed a while back. Guess I forgot to close the issue. :) |
I cannot find any previous question about this, apologies if it's a duplicate.
According to Google webmaster, android tables should not be detected as mobile devices. What they suggest is to detect "mobile" in the string as well as android.
Does/will HTTP::BrowserDetect do anything about this?
http://googlewebmastercentral.blogspot.co.uk/2011/03/mo-better-to-also-detect-mobile-user.html
The text was updated successfully, but these errors were encountered: