OrbintSoft / yauaa.netstandard

Yet Another UserAgent Analyzer .NET Standard Porting
Apache License 2.0
24 stars 7 forks source link

Edge browser detects wrong version #1

Closed tb-mtg closed 5 years ago

tb-mtg commented 5 years ago

I tried your demo site with Edge browser and it returned user agent

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763

but incorrectly says version is 18, but it actually is 44.17763.1.0 as show below from the app settings:

image

Can you fix so that is show the correct version?

OrbintSoft commented 5 years ago

Sorry, this is a porting of Java library https://github.com/nielsbasjes/yauaa The demo that you tried is Java version, because demo of this .NET project is not yet available, but we use the same yaml definitions, so you should report the issue there. If you need, you can load your custom yaml defnitions. Report here only if you find issues related to .NET version only. Thank you anyway.

OrbintSoft commented 5 years ago

@tb-mtg Please use this feature on demo website to report the issue: agent-issue

tb-mtg commented 5 years ago

Ok, sorry about that. I have now raised the issue below:

https://github.com/nielsbasjes/yauaa/issues/130

OrbintSoft commented 5 years ago

I reopen so I notify you when I implement in .NET. Now .NET version is still in active development, so I need some time before I can target last Java version.

d0apga commented 5 years ago

is there any update ?

OrbintSoft commented 5 years ago

Sorry for long delay, I am going to release version 5.8 that should address the issue.

OrbintSoft commented 5 years ago

Bug fixed with version 5.8-beta.3, you can try the Demo here: https://orbintsoft.azurewebsites.net/Yauaa/Demo Soon I release the stable version.