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
window.navigator.userAgent of the browser is:
window.navigator.userAgent
Mozilla/5.0 (Linux; Android 7.1.1) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Focus/1.2.1 Chrome/59.0.3071.125
And it's detected like a:
bowser.name
But real name of the browser is ...
May be "Firefox Focus"?
https://www.mozilla.org/en-US/firefox/focus/
The text was updated successfully, but these errors were encountered:
Good catch, @ibc! Thank you. I'll add detection of Focus soon.
Sorry, something went wrong.
Thanks. Said that, I feel your paint. I just cannot believe that in 2017 a new browser comes with yet such an abominable User-Agent string.
6e78874
No branches or pull requests
Mozilla/5.0 (Linux; Android 7.1.1) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Focus/1.2.1 Chrome/59.0.3071.125
bowser.name
// => ChromeMay be "Firefox Focus"?
https://www.mozilla.org/en-US/firefox/focus/
The text was updated successfully, but these errors were encountered: