PDF Embed API - issue with content disappearing
Hello,
I am integrating the PDF Embed API into our project. What I am seeing is that after I load the viewer, I can see the PDF fine, but every sibling html element after the container is getting stripped out. For example, say I have this:
<div class="some-content">
<div id="my-embed-id" class="adobe-dc-view">
</div>
<p>Some content here</p>
<p>More content here</p>
</div>
Once I render a AdobeDC.View and pass the in the id "my-embed-id", the pdf shows but the 2 paragraphs after the embed div get removed from the DOM.
Any suggestions?
Thank you!
