NeXTs / Clusterize.js

Tiny vanilla JS plugin to display large data sets easily
https://clusterize.js.org
MIT License
7.22k stars 414 forks source link

Ads on infinite scroll is removing when appending data #160

Open pluzmedia opened 5 years ago

pluzmedia commented 5 years ago

I implemented ads on clusterize infinite scroll. The problem is when adding new data old items gets refreshed and ad slots are gone. How to prevent old items being refreshed when appending new data?.

pluzmedia commented 5 years ago

I found why the behaviours, Google double click ads are loaded inside the iframe in the divs that's why clusterize won't able to update the data inside the iframe. Does any have a workaround?