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
I was running a few tests in Chrome dev tools, overriding the useragent to:
Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Nexus S Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
.. and agent.device returns
agent.device
Device { family: 'Samsung undefined$2', major: 'Nexus S', minor: '0', patch: '0' }
NB. Useragent source: Chrome Dev Tools 'Android (2.3) Browser - Nexus S'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was running a few tests in Chrome dev tools, overriding the useragent to:
Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Nexus S Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
.. and
agent.device
returnsDevice { family: 'Samsung undefined$2', major: 'Nexus S', minor: '0', patch: '0' }
NB. Useragent source: Chrome Dev Tools 'Android (2.3) Browser - Nexus S'.
The text was updated successfully, but these errors were encountered: