Open mahag opened 8 years ago
@mahag Are there any errors in the console?
Yes there is an access denied error even though I have added document.domain script as suggested when I looked about this issue on some forums.
I did try few things in order to skip this error. I added correct domain value in my html page and I was able to skip the error at that point of code but I received the same error on another location inside readium JavaScript file as shown in img Any ideas?
I have an html page with iframe that has source to readium viewer link as follows
<iframe width="100%" height="500px" id="ifjdfnkjvnjjbk" src="http://example.com/cloud-reader-lite/index.html?epub=epub_content/test.epub" runat="server" ></iframe>
This does open on google chrome but it fails on IE. It shows the book title on top but fails to open the file the loading circle keeps on running and nothing is displayed
How could this be solved?