The idea is that user reads the article, reaches the end of it and there new article pops up, preferably with browser url change. Last one is not available as I imagine, but nevertheless it’s what I want to implement.
I tried Views Infinite Scroll module. Placed a views block with infinite scroll enabled, messed with options but it still doesn’t work as it works "everywhere else on the web". It preloads first article even before I reach it with scroll, it doesn’t change url. I want it to load articles one by one, yet it either loads all of them at once if I set "Items per page" to 0, or basic article(that would be 1) plus 1, if I set "Items per page" to 1.
Is there a working solution for this or is it possible to tune the module to work as I described in the beginning? Is it possible to make a custom view programmatically that’ll do the job?