-
Notifications
You must be signed in to change notification settings - Fork 177
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
Reg Edge browser parsing #22
Comments
This repository does not contain the user-agent parsing data itself which is responsible for the mapping, it contains only the parsing support for Java. The problems in the data should be reported in the |
How could I update the ua-core dependency of uap-java, so it would correctly parse the user-agent of Microsoft Edge? Or maybe the fix on the previous comment was to the old Microsoft Edge and the new Edgium now have the same bug!?!? Shouldn't a new release of this library be submitted to maven central? The ua string that I'm trying to parse is: |
Hi @omkumar87 and @jeronimonunes @jeronimonunes the user agent string you supplied now returns Note: to get the latest version you'll want to upgrade to 1.5.0 |
Hi
I have used this ua parser for parsing user agents.
It is returning chrome for the Edge browser.
Can you please add support for the same.
Thanks.
The text was updated successfully, but these errors were encountered: