-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Visitors > Settings > Wide screen report Mobile/Tablet screens #1709
Comments
If it's not not detectable via JavaScript, then it isn't reported in the current version. |
I think gossi means "if the detected resolution is less than what one would expect for a normal screen, flag the resolution as being 'mobile/tablet'". This would be an easy fix, but what threshold to use for a resolution, and what name to give to this new segment? |
We could classify anything < VGA (640x480) as "mobile" but that label has a meaning beyond simply screen size. Similarly, we probably won't be able to differentiate "tablet" from "normal". Do we really want to pair device detection with screen size? I would prefer to implement #1560. |
The current classification is based on width-to-height ratio:
|
Actuallly, I raised this ticket to later look on the statistics of my site and see if a relevant part of my visitors is using a specific device (mobile/tablet) and if I should consider (re)designing my page with special interrest in smaller devices by probably adding media-query stylesheets. |
Maybe we could add a new "Small screens (mobile, tablets)" that would contain everything below 640 width ? therefore we still report on screen size, but we assume that at low resolution the wide VS normal doesn't really matter and we are more interested in knowing if it's mobile/table VS normal screen experience. I think this would be a quick fix.. |
(In [3723]) Fixes #1709 Adding a new screen type 'mobile' which contains everything below 640 width |
I don't know if they exist but my piwik doesn't show them.
Under Visitor > Settings > Wide Screen. At the moment my piwik lists wide, normal and dual. Would be cool to have mobile/phone/handheld and tablet here to list also new modern types of screen.
The affected report is "Visitors > Settings > Wide screen"
The text was updated successfully, but these errors were encountered: