oalders / http-browserdetect

Determine the Web browser, version, and platform from an HTTP user agent string
http://www.browserdetect.org
Other
58 stars 47 forks source link

Fix MS Edge detections #180

Closed motxx closed 4 years ago

motxx commented 4 years ago

The main purpose of https://github.com/oalders/http-browserdetect/issues/179 is to improving chromium-based Edge detections, but finally I also fixed the detections of Edge for Android and iOS.

See also: https://blogs.windows.com/msedgedev/2017/10/05/microsoft-edge-ios-android-developer/#jDBWCiCz8f9Lg2gy.97

oalders commented 4 years ago

Thanks for this @motxx! Are you able to run perltidy on lib/HTTP/BrowserDetect.pm so that all of the tests will run to completion?

oalders commented 4 years ago

Do you have the latest perltidy installed? Sorry about this. I'm working on a better solution for this stuff and breaking the tidying out of the build phase, but for today we're stuck with the old system.

motxx commented 4 years ago

I see. I'll try the latest perltidy and then commit with force-push.

oalders commented 4 years ago

Closes #179.