Earlier quoted context omitted.
Can anybody point to an implementation of infinite scroll that actually works? I know facebook's implementation doesn't work correctly because the scrollbar breaks when scrolling down using it.
Seems that we can learn lessons from comments here, and hopefully some can point to a decent implementation, or build one. Salient points seem to be: # Update URL during scrolling so links don't break, and link to the "deep" item not just the first page. # Don't break history, so back/forward/reload buttons act as would be expected. # Truly endless scrolling kills browsers due to consuming increasing resources, so do…
I think I might start overriding the existing methods which users are used to with this method because I've build websites for a couple of years and think I know better than years of UI development by much more experienced people than I.