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

UserAgentParser does not differentiate between Opera Mini and Opera Mobile #2807

Closed
anonymous-matomo-user opened this issue Nov 30, 2011 · 3 comments

Comments

@anonymous-matomo-user
Copy link

Reports both as just "Opera", despite significant differences between how the two browsers render sites. being able to separate the market share between these two would be helpful.

@robocoder
Copy link

Mobile browser detection is a bit convoluted and probably would involve a rewrite. For example:

  • Android browser is identified as Safari; meanwhile, mobile Chrome hasn't been released yet.
  • For i-devices, we're just identifying the browser as Safari (not "Mobile Safari" or "Safari Mobile").

In the meantime, refer to #1274 and https://github.com/kamermans/MobileAnalytics/

@mattab
Copy link
Member

mattab commented Dec 20, 2012

See the master ticket "improvements to devices detection #3612" for more information!

@mattab
Copy link
Member

mattab commented Jan 14, 2014

We noticed that Opera mini and Opera mobile are properly detected, and that there are unit tests for these user agents.

This issue was closed.
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

4 participants