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

(3.0.0-b3) (UI) (mobile) Action > Pages - Please restore page zoom in/out for tables #10912

Closed
dev-101 opened this issue Nov 25, 2016 · 3 comments
Labels
wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@dev-101
Copy link

dev-101 commented Nov 25, 2016

It is no longer possible to use a "single finger" gesture to zoom in/out page in Chrome Mobile browser app, something that is possible in 2.x. I need to easily zoom in/out tables to fit at least first column and quickly examine the data, instead of scrolling through overflow content, that I can only partially see.

Also, a suggestion to reduce left and right margins to bare minimum; on narrow mobile screens would be another major plus, it wastes 10-15% of the screen for fancy appearance, instead of usability.

Thanks

@dev-101
Copy link
Author

dev-101 commented Nov 25, 2016

Well, after some investigation, it seems that Chrome mobile browser app now sees the page as 'responsive and mobile friendly', so it disables single-finger zooms (in/out) by itself, because the table is overflowed, where in the older versions was not.

I assume you will not go over the new design because of this, but it really has lower mobile usability, to say at least.

@mattab
Copy link
Member

mattab commented Dec 6, 2016

Hi @dev-101 thanks for the feedback. Would you mind posting a screenshot showing when it is unusable in Piwik 3?

@dev-101
Copy link
Author

dev-101 commented Dec 6, 2016

Hi Matthieu,
the screenshot is not gonna tell you much :)

2016-12-06_114052

2016-12-06_114136

Simply reduce your browser's width to 300-400 pixels, go to Actions > Pages (select any meaningful range to produce table with results) and this table is now made horizontally scrollable with overflow-y: scroll:

<div class="card-content" style="overflow-y: scroll;">

In mobile, Chrome browser app will not allow you to zoom-out the table/page (with single or both fingers, does not matter) (as was possible in Piwik 2.x, because the page was not responsive) and make the table smaller to fit fit more columns (e.g. with title + next table column = pageviews).

This is how it is... so I'll have to get used to it.

@dev-101 dev-101 closed this as completed Dec 6, 2016
@mattab mattab added the wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it. label Dec 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants