davidjbradshaw / iframe-resizer-react

The official React interface for Iframe-Resizer

Home Page:https://iframe-resizer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data:text/html is not possible as src?

hanbar opened this issue · comments

Failed to execute 'postMessage' on 'Window': Invalid target origin 'data:text/html,' in a call to 'postMessage'.

I am also getting this issue when trying to render a base64 pdf

You need to use ViewerJS in the iframe to display the PDF, as you can not attach JS directly to a PDF.