I've got an app with a comment section. I dont want the user to load every comment at once so I want to use infinite scroll in my query collection listview.
To test this, I've added around 15 comments, however, only the amount I put in 'page size' load. In this case only 4 comments load.
If i change the page size to 8, only 8 load and not more when scrolling down.
Anyone got a clue what the problem could be? Why is it not automatically loading more after the 4 preloaded comments when scrolling down?
Thanks so much!