python-user-agents
python-user-agents copied to clipboard
Devices recognised as multiple types (e.g. tablet and mobile)
I came across a fair few cases where a device returns true on multiple of is_mobile, is_tablet, and is_pc. I believe this to be a bug (but am open to hearing in which cases it isn't).
A most common example I've seen is iPad using a Mobile Chrome getting marked as both mobile and tablet.
Could you please publish #108 on pypi that addresses this issue?