Live data from Hacker News

Why not to use infinite scroll on your website

geeks.bizzabo.com

1–10 of 87 posts

Re: Why not to use infinite scroll on your website

#5
I personally despise infinite scroll, at least on mobile sites, as it limits:

1. My ability to orient myself in the content. 2. My ability to control my consumption of the content (e.g., jump back to top, jump to end, jump to rough internal location).

Some sites have added navigation buttons or tool bars, but, to be useful, they must always be visible, so they take up valuable space that should be used for content. Depending upon implementation, they can also be distracting.

There are certainly ways that navigation options could be restored while still not significantly interfering with content, of course. If decent feedback of current location were also provided, then infinite scroll could be OK.

Most content breaks down pretty naturally into some smaller increments, though (pages, chapters, sections, topics, days -- whatever), so I think it typically makes more sense to present it in that way.

Just because we can do infinite scroll, doesn't mean we should.

Re: Why not to use infinite scroll on your website

#10
post #4

If you do use page numbering and next-links, please make the link to the next page amply big. Really big please, you don't have much to lose.

All the time I see people complaining about usage of HTML tables vs. pure CSS, and yet the one thing that drives me absolutely insane is a 4 point smaller than the rest "prev 1..3,4,5..10 next" navigation control at the bottom of a page. Always a treat to use on mobile too :)
Post reply on HN