Giter VIP home page Giter VIP logo

Comments (27)

MarkisLt avatar MarkisLt commented on August 26, 2024 1

IE PERMISSION DENIED [SOLVED]

Finaly i've found a solution.
in hooks.js
there is event : renderer:chapterUnloaded, this causes a problem in IE.
FIX:

hooks.js file:
renderer.on("renderer:chapterUnloaded", function(){
try {
item.removeEventListener('load', size);
} catch(e) {
//console.log(e);
}
renderer.off("renderer:resized", size);
});

from epub.js.

fchasen avatar fchasen commented on August 26, 2024

Haven't test on IE 8 yet, as we only support browsers which support CSS columns.

Perhaps we could use polyfills (such as http://welcome.totheinter.net/columnizer-jquery-plugin/ ) to support them in the future, but that is a low priority at the moment.

from epub.js.

dghag avatar dghag commented on August 26, 2024

I require this on very urgent basis, can you please provide me any help for it?

from epub.js.

dghag avatar dghag commented on August 26, 2024

Any updates?

from epub.js.

fchasen avatar fchasen commented on August 26, 2024

The reader should be working fine on ie 10 now.
What version are you targeting - IE 8?

from epub.js.

dghag avatar dghag commented on August 26, 2024

No. Still it is not working on ie 10.
I have checked on ie 10, ie 9 & ie 8 also.
Please check the screenshot with errors & let me know, Is there any alternative way to make it work?

your_demo_link

local-link_with_errors

from epub.js.

fchasen avatar fchasen commented on August 26, 2024

Ah - thanks for the screenshots. Looks like a file is missing that should have been removed.
I just pushed a updated version - Give it a try now.

from epub.js.

dghag avatar dghag commented on August 26, 2024

I have tried but problem not solved yet.
local-link_with_errors2

from epub.js.

dghag avatar dghag commented on August 26, 2024

I have also checked it on IE 11 release preview. It's working fine.
But it should be at least work for IE 8, 9 or 10.

your_demo_link_ie11

from epub.js.

fchasen avatar fchasen commented on August 26, 2024

Hum its working ok for me in IE10 locally.

Maybe it was the async in:

<script async src="js/hooks.min.js"></script>

from epub.js.

dghag avatar dghag commented on August 26, 2024

Which OS you are using?
Still I have a same problem.

from epub.js.

wolfkang avatar wolfkang commented on August 26, 2024

I'm using IE10 and have trouble, too.
epub_js_ie_error

from epub.js.

fchasen avatar fchasen commented on August 26, 2024

That file should have been removed recently, I'll double check that is gone from the demo,

from epub.js.

wolfkang avatar wolfkang commented on August 26, 2024

And a epub file is opened in Chrome and Firefox, but not in IE. Is this normal? Shoud I unzip the epub files for IE?

from epub.js.

dghag avatar dghag commented on August 26, 2024

Still problem is there. Any updates?

from epub.js.

dghag avatar dghag commented on August 26, 2024

Working in IE11.

from epub.js.

excelanil avatar excelanil commented on August 26, 2024

HI ,
am using IE-11 am getting script error ( Accses denied) in Zip.min.js
please help me to resolve

e-pub-error

Thanks

from epub.js.

excelanil avatar excelanil commented on August 26, 2024

HI,

Am facing the problem in access denied both in IE and Chrome but its working fine in firefox
please suggest me to continue on this here is the screen shot
e-pub-error

from epub.js.

bibi-da avatar bibi-da commented on August 26, 2024

Hi,

In IE 10 i got the following error

SCRIPT1002: Syntax error
fileStorage.min.js, line 342 character 2

from epub.js.

tamimsalem avatar tamimsalem commented on August 26, 2024

Its not working for me either, only on IE11. On other browsers its working fine.
I'm not getting a script error, I don't get a message in the log, fiddler says all scripts (including zip.js and my epub) are downloaded properly.

It just doesn't load, the iframe embedded has a src="" property and an empty html body,

from epub.js.

n3on avatar n3on commented on August 26, 2024

Hi,

I have the same issue. It's not working in IE11, No Errors and I included wgxpath.js. But can't display epub. TOC works fine but not rendering. Any suggestions for fix?

from epub.js.

tehdiplomat avatar tehdiplomat commented on August 26, 2024

I'm on Windows 7 + IE 11, and the reader doesn't work on your own demo site (http://futurepress.github.io/epub.js/reader/) let alone working on my own server. The title bar is visible, and I can click on the different buttons in the title area, but there's no text in the actual iframe area like I see in other browsers.

from epub.js.

rmunsky avatar rmunsky commented on August 26, 2024

Hi,

i have seen several issues for the problem reading epubs on IE. We are having the same problem with some readers asking for IE support.

Since i have seen several answers to the problem. But it looks like none of them finally worked properly? Is that correct or do i miss something? It would be great if someone could give me some more details of the current state and how to fix that problem.

Does anyone know any other solutions? Ore is there any other alternative rendering epubs in the browser? I like the epub.js solution and would love to keep it, but IE incompatibility is also a problem.

Thanks for any answers or current state notes,

Robert

from epub.js.

fchasen avatar fchasen commented on August 26, 2024

Apologizes that IE testing in the examples hasn't been a priority, I'll make sure to include it IE 10 and up in my checks going forward.

Recently we removed the wgxpath requirement for IE and that seems to have added to the confusion.
I'll check what is broken in the reader and update here.

from epub.js.

fchasen avatar fchasen commented on August 26, 2024

@rmunsky could you try pulling the latest master and seeing if it solves the issues you were seeing on IE?

from epub.js.

fchasen avatar fchasen commented on August 26, 2024

I think these issues are all resolved in the 0.2.11 release: https://github.com/futurepress/epub.js/releases/tag/v0.2.11

from epub.js.

georgezouq avatar georgezouq commented on August 26, 2024

@fchasen I try v0.2.15 in IE 10, but it still not work.
78930b5fc27f1616e3ac40a7baf0289a

from epub.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.