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
user_agent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
get device: {vendor: undefined, model: undefined, type: undefined}
this "user_agent" info exactly show device is Macintosh, vendor is Apple, and is exactly Intel Mac OS X 10_13_1 computer,
why not correctly get it?
The text was updated successfully, but these errors were encountered:
I'm getting same issue here...
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36"
Sorry, something went wrong.
according to getDevice() documentation, device seems not to be filled for desktop device.
This has been discussed in #182
No branches or pull requests
user_agent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
get device: {vendor: undefined, model: undefined, type: undefined}
this "user_agent" info exactly show device is Macintosh, vendor is Apple, and is exactly Intel Mac OS X 10_13_1 computer,
why not correctly get it?
The text was updated successfully, but these errors were encountered: