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

Incorrectly detects Edge for iOS as Safari #12

Open
mderrick opened this issue Feb 12, 2019 · 0 comments
Open

Incorrectly detects Edge for iOS as Safari #12

mderrick opened this issue Feb 12, 2019 · 0 comments

Comments

@mderrick
Copy link

const { parse } = require('bugz');
parse("Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 Safari/603.2.4 EdgiOS/41.1.35.1")

// Expected
{ browser: { name: 'Edge' } }

// Actual
{ browser: { name: 'Safari' } }

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

1 participant