Skip to content
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

Edge and Firefox on iPad and Mac. #384

Closed
jenstroeger opened this issue Jul 23, 2019 · 1 comment
Closed

Edge and Firefox on iPad and Mac. #384

jenstroeger opened this issue Jul 23, 2019 · 1 comment

Comments

@jenstroeger
Copy link

Edge

The new Edge Mobile sends the following user agent string:

Mozilla/5.0 (iPad; CPU OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 EdgiOS/44.5.2 Mobile/15E148 Safari/605.1.15

which the ua-parser-js on whatsmyua.info (see also issue sandinmyjoints/whatsmyua#9) matches as follows:

ua

I would have expected that “Edge” or “Edge Mobile” is the browser’s name. Similarly, the following using Edge on my Mac:

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3829.0 Safari/537.36 Edg/77.0.197.1

results in the following object (using 0.7.20)

edge

Here I’d have expected that the browser’s name is “Edge”?

Firefox

Then, Firefox on iPad with this user agent string

Mozilla/5.0 (iPad; CPU OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/18.1b15719 Mobile/15E148 Safari/605.1.15

returns a “Safari” browser with undefined version (again, that’s with 0.7.11).

@faisalman
Copy link
Owner

These has been fixed in latest version 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants