|
|
|
|
|
by FezVrasta
3651 days ago
|
|
Seems like the problems pointed are all about a bad implementation of infinite scrolling, not about the problems of it. You should use a virtual list that already knows how many elements are available totally, in this way you can already provide the right size to the list and the scrollbar is not affected. The footer could just be fixed ok bottom of the page. I mean, there are plenty of good solutions. |
|