sniffr
sniffr copied to clipboard
android tablet detect
Is there any way to distinguish between a phone or tablet on android?
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.