4
votes
3answers
781 views

Best table pagination pattern for a mobile browser experience

The dominant UI pattern for pagination involves a list of numbers. << First < Prev 1... 4 5 6 7 8 9 10 ...27 Next > Last >> sometimes including a "+10" link, and/or a "jump to" ...
9
votes
4answers
624 views

How can I display forum paging on a mobile UI in a more pleasant way?

I am having a problem trying to find out how to display the page numbers on a forum in a pleasant way. Please look at the picture below: As the picture shows, the page numbers appear to the right ...
6
votes
3answers
5k views

iPhone & Mobile Web: Pagination vs. Load more vs. Scrolling

We're working on a iPhone app and mobile website with search results loaded from the web. Several sorting options are available, every result has a photo. There are potentially hundreds of results. I ...