I am using touch screen on my Dell notebook and I am finding so many things on phpBB which could be improved for touch screens. I think, there will be still more and more big touch screens and it is not enough to optimize only for small touch screens on cell phones / tablets.
Current pagination is almost impossible to click. I always open the wrong page. What about using pagination similar to bootstrap's pagination http://getbootstrap.com/components/#pagination . Or at least, lets make it bigger and add "Previous" and "Next" button next to pagination. Now, it is on 3 different places.
[RFC] Better Pagination for touch screens
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Better Pagination for touch screens
+1 feel free to start a patch. You can reuse the "button" look from the topic tool/posting buttons
Member of the Development-Team — No Support via PM
Re: Better Pagination for touch screens
I'm fine with it as long as you keep it as it is now for non-touch. I don't like such large buttons for a mouse(one of the reasons I don't like windows 8.X) although I understand that you need them for fingers.
While on it, we could also develop some finger gestures (powered by js) for page navigation. a different RFC/discussion?
While on it, we could also develop some finger gestures (powered by js) for page navigation. a different RFC/discussion?
Re: Better Pagination for touch screens
I would prefer to change pagination for everybody, but it seems like brunoais does not agree. So what about this idea. If phpBB detects a touch screen and resolution of the screen is big (so it is notebook, not a cell phone) it will display new button somewhere in header to switch to Touch prosilver. It will change style of pagination and other things, which could be useful for touch notebooks. Also eM Client works like this.
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: Better Pagination for touch screens
We're already detecting that so that should be fine for this and is kind of what I thought would happen for this.
-
- Registered User
- Posts: 523
- Joined: Sat Apr 22, 2006 10:29 pm
- Contact:
Re: Better Pagination for touch screens
+1
@ brunoais - Did you start the new top for finger gestures? I'm all for it...
@ brunoais - Did you start the new top for finger gestures? I'm all for it...
Re: Better Pagination for touch screens
Weird... I thought I had submitted this a while ago:
This may help:
http://dev.w3.org/csswg/mediaqueries4/#pointer
checking the size, as Kamahl19 mentioned, can help too.
Also... A very simple test of touch events should help.
At least, for firefox, there's this:
https://developer.mozilla.org/en-US/doc ... ch-enabled
This may help:
http://dev.w3.org/csswg/mediaqueries4/#pointer
checking the size, as Kamahl19 mentioned, can help too.
Also... A very simple test of touch events should help.
At least, for firefox, there's this:
https://developer.mozilla.org/en-US/doc ... ch-enabled
What do you mean? What top?keith10456 wrote:+1
@brunoais - Did you start the new top for finger gestures? I'm all for it...
-
- Registered User
- Posts: 523
- Joined: Sat Apr 22, 2006 10:29 pm
- Contact:
Re: Better Pagination for touch screens
Lol... Typo... I meant "topic" (for finger gestures)brunoais wrote:What do you mean? What top?keith10456 wrote:+1
@brunoais - Did you start the new top for finger gestures? I'm all for it...
Last edited by keith10456 on Tue Apr 08, 2014 6:02 pm, edited 1 time in total.