Hello,
I am adding Dropbox iframes to my web app via the Embedder. To keep the site performant, I only render the anchor tags referencing embed urls when they are visible in the viewport, at which point I inject the dropin JS script.
Instead of injecting another script when an additional iframe comes into view, I would like to use the existing window.Dropbox object to load the iframe corresponding to the newly rendered anchor tag url, however I am unsure how to do this with the Dropbox or Dropin objects or if it is even possible! Can you provide guidance on how I might do this or if it is even possible?
Thanks