Skip to content
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

Nokia devices #88

Open
dianeroozendaal opened this issue Aug 28, 2018 · 1 comment
Open

Nokia devices #88

dianeroozendaal opened this issue Aug 28, 2018 · 1 comment

Comments

@dianeroozendaal
Copy link

Hi,
My nokia 3.1 is detected as a tablet, the user-agent is
Mozilla/5.0 (Linux; Android 8.0.0; Nokia 3.1 Build/O00623) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36
Thanks!

@jnozsc
Copy link
Contributor

jnozsc commented Feb 8, 2020

>>> ua = "Mozilla/5.0 (Linux; Android 8.0.0; Nokia 3.1 Build/O00623) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36"
>>> user_agent = parse(ua)
>>> user_agent.is_tablet
False

should be fixed in latest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants