As always it's never that simple. Infinite scroll is great for browsing images. That's whats it's always been good for.
Why not to use infinite scroll on your website
31–40 of 87 posts
Re: Why not to use infinite scroll on your website
#32>Users will lose the page length orientation - the browser scrollbar become useless.
This is entirely untrue I can still use my scrollbar to get back to the top of the page again, it can also be used to easily skim the results that were displayed.
For most retail shopping I actually would rather have this than pagination especially if I am lazily browsing on my ipad, no reason to change hand positions.
Re: Why not to use infinite scroll on your website
#33As an alternative, I'm going to start using something like http://emberjs.com/list-view/ (warning: not mobile optimized) It solves 1, 2, 3, 4, 5, 7, and 10, and could reasonably be implemented with bookmarking to fix 6 and 9. SEO is still an issue, but really, when is it not?
Re: Why not to use infinite scroll on your website
#34Re: Why not to use infinite scroll on your website
#35Without going point by points to counter every reason I would like to say I absolutely love continuous scrolling when I am shopping or looking at items on a retailers website. >Users will lose the page length orientation - the browser scrollbar become useless. This is entirely untrue I can still use my scrollbar to get back to the top of the page again, it can also be used to easily skim the results that were display…
Re: Why not to use infinite scroll on your website
#36So if I open a playlist with ~400 songs and I want to reach the bottom, there is no way for me to do it but to just scroll really fast and wait for each page to load. Okay, fine. But when I do this, usually about ~30% of the time it will start repeating pages or it will just start feeding the playlist from the first song again. In this case, I think infinite scroll does ruins the experience. If anyone out there from Soundcloud is listening, please consider implementing pagination.
Re: Why not to use infinite scroll on your website
#37Infinite scrolling also consumes a lot of memory since resources like images pile-up endlessly. Compare that to a page-number navigation scheme where only the displayed resources on a given page are loaded. Not everyone has a fast computer (or tablet).
And of course flickr doesn't have any good tools for fine-tuning search results, so infinite scrolling is the only way to try and find what you want.
Re: Why not to use infinite scroll on your website
#38Here's how linkedin does pagination https://pbs.twimg.com/media/BkKYEmkCAAA3x8u.png:large I think an infinite scroll would be better...
Re: Why not to use infinite scroll on your website
#39All these problems are solvable. I co-founded Discourse ( http://discourse.org ) which uses infinite scrolling heavily. Discourse is also 100% open source so you can see how we did it. My responses below: > Users will lose the page length orientation - the browser scrollbar become useless. We have a fixed "x/y" posts widget at the bottom with a progress bar. > There’s no ability to jump to the end of the list. The af…
Re: Why not to use infinite scroll on your website
#40All these problems are solvable. I co-founded Discourse ( http://discourse.org ) which uses infinite scrolling heavily. Discourse is also 100% open source so you can see how we did it. My responses below: > Users will lose the page length orientation - the browser scrollbar become useless. We have a fixed "x/y" posts widget at the bottom with a progress bar. > There’s no ability to jump to the end of the list. The af…