We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there any way to distinguish between a phone or tablet on android?
The text was updated successfully, but these errors were encountered:
Looks like there is no general way to do this based on the user agent string http://stackoverflow.com/questions/7173642/detecting-whether-android-device-is-a-phone-or-a-tablet-with-javascript
Also the line between a "phone" and "tablet" is quite blurry and subjective http://stackoverflow.com/questions/5832368/tablet-or-phone-android, one approach can be to try to look at the screen size.
I will try to investigate further whether something can still be done.
Sorry, something went wrong.
amoilanen
No branches or pull requests
Is there any way to distinguish between a phone or tablet on android?
The text was updated successfully, but these errors were encountered: