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

Wrong browser detection with Opera Touch on Android 6.0 #24

Open
ayrtonvwf opened this issue Aug 24, 2018 · 1 comment
Open

Wrong browser detection with Opera Touch on Android 6.0 #24

ayrtonvwf opened this issue Aug 24, 2018 · 1 comment
Assignees

Comments

@ayrtonvwf
Copy link

Hello.

The package is giving me a wrong detection with Opera Touch on Android 6.0.

User Agent:
Mozilla/5.0 (Linux; Android 6.0; MotoG3 Build/MPIS24.65-33.1-2-16) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 OPT/1.9.31

{ "name": "safari", "version": "4.0.0", "versionNumber": 4, "mobile": true, "os": "Android 6.0" }

@KennethanCeyer
Copy link
Owner

ASSIGNED

Related PR => #26

NOTE:

We're focusing on parser of userAgent
Because userAgent is a lot various.
It means even if we'll give a lot of RegExp for detecting userAgent, Eventually, we don't cover all of userAgent.

So we choose to support parser, and now, fortunately, work in progress
and We have also plan to make more tests for giving reliability to detect userAgent correctly.

#25 related issue

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

No branches or pull requests

2 participants