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
[2] pry(main)> ua = UserAgent.parse('Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 MicroMessenger/6.5.2.501 NetType/WIFI WindowsWechat QBCore/3.43.691.400 QQBrowser/9.0.2524.400') [3] pry(main)> ua.os => "Windows 7" [4] pry(main)> ua.platform => "Windows NT 6.1"
It seems to parse the OS correctly, but the platform is not normalized. I'd expect #platform to return Windows as it does for other Win7 browsers
#platform
Windows
Gem version: 0.16.8
0.16.8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems to parse the OS correctly, but the platform is not normalized.
I'd expect
#platform
to returnWindows
as it does for other Win7 browsersGem version:
0.16.8
The text was updated successfully, but these errors were encountered: