DamonOehlman / detect-browser

Unpack a browser type and version from the useragent string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Edge Chromium no longer detected

GaryHyland opened this issue · comments

The User Agent for this is now
Mozilla/5.0 (Linux; Android 9; SM-N950F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 EdgA/45.08.4.5074
This no longer matches the test. This is quite a popular browser, so would be good to recognise, pretty easy change to the test also.

@GaryHyland thanks for the report - I'll add a breaking test for that user agent and then fixup the regex to ensure the package provides useful output.

Published as 5.2.0