I'm using infiniteajaxscrolling, but my initial ajax call often (depending on screen size) doesn't contain enough content that it shows a scroll bar.
Without scrollbar, there is no scroll event => infinite scrolling never starts?
How can I let ias load content until there are at least scrollbars visible?
(except of course, just coding it myself ).
Is there something like this already implemented in ias I just have to activate?
I tried just calling ias.next() on a "rendered" event, but that funnily gets to duplicated loading of content. I suppose because somehow a scroll event gets triggered then...