How to make infinity scroll using amp? Using amp nextpage is not a solution because it comes from 1 source. And the condition like get data from 1 json, and each time scrolled it will display another 6 data.
I have tried both intersection observer and getBoundingClientRectAsync within amp-script to trigger button click when it appears on viewport to click load more, the log coming but the button not actually clicked.