Sorry, did not immediately understand.
But even there it is not necessary to reduce pagination for all the sake of devices with small screens.
My suggestion-on small screens move pagination on one line with "Replies: xx".
Example here, in my opinion, it looks good:
[RFC] Better Pagination for touch screens
Re: Better Pagination for touch screens
Sorry for my English.
Re: Better Pagination for touch screens
That's not a bad idea (although I would like to combine your idea with a reduction in the number of page elements). All in favor?
Re: Better Pagination for touch screens
Reduce by one element, that is enough, imho.PayBas wrote:That's not a bad idea (although I would like to combine your idea with a reduction in the number of page elements). All in favor?
Sorry for my English.
-
- Registered User
- Posts: 523
- Joined: Sat Apr 22, 2006 10:29 pm
- Contact:
Re: Better Pagination for touch screens
Agreed...PayBas wrote:That's not a bad idea (although I would like to combine your idea with a reduction in the number of page elements). All in favor?
Re: Better Pagination for touch screens
agree mobile needs handled but although it makes sense to move it its not really fixing much just giving us a little breathing room. I would like to see the icon become some sort of responsive functionality for handling the paging
- M.Gaetan89
- Registered User
- Posts: 64
- Joined: Tue Jan 28, 2014 7:17 pm
- Location: Divonne-les-Bains, France
- Contact:
Re: Better Pagination for touch screens
Agreed. Also, I don't think anyone took note of this yet:
M.Gaetan89 wrote:Would it be possible to apply the same style to the pagination of each topic on viewforum.php? It will improve consistency in the design.
And what about using input type number for the page selector? It will improve usability on mobile devices. And if the browser does not support it, it falls back to type text, so no harm done.
Re: Better Pagination for touch screens
Fixed and merged: https://github.com/phpbb/phpbb/pull/2696
Not sure what you mean. They already share 95% of their code. The topicrow-pagination is just a bit smaller (for obvious reasons), with a little bit smaller border-radius. Other than that, they are identical.M.Gaetan89 wrote:Would it be possible to apply the same style to the pagination of each topic on viewforum.php? It will improve consistency in the design.
- M.Gaetan89
- Registered User
- Posts: 64
- Joined: Tue Jan 28, 2014 7:17 pm
- Location: Divonne-les-Bains, France
- Contact:
Re: Better Pagination for touch screens
Ok, that's why it looks different. The border-radius does everything :-p