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

parse does not detect a touch capable user agent #75

Open
elmkarami opened this issue Mar 9, 2017 · 0 comments
Open

parse does not detect a touch capable user agent #75

elmkarami opened this issue Mar 9, 2017 · 0 comments

Comments

@elmkarami
Copy link

It seems that parse does not detect some touch screen user agents

>>> user_agent = u'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; LCJB; rv:11.0) like Gecko'
>>> parse(user_agent).is_touch_capable
False

version = 1.1.0

any ideas ?

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
@elmkarami and others