Johan Poirier
Johan Poirier
I tried to use epub.js v.0.4.2 in epubjs-rn. I got this error: ``` Loading dependency graph, done. error: bundling failed: Error: Unable to resolve module `./utils` from `/Users/someuser/workspace/someproject/node_modules/epubjs/dist/epub.js`: The module...
Only the "Files changed" section is relevant here.
I don't think that `columnWidth` is directly used in CSS, but the `pageOffset` value is. That's why I added the `Math.round` in the `onPaginationChanged` function.
We can add `Math.round` for those lines or just let browsers deal with decimal pixels. I just tested my solution on popular browsers and it works fine (Chrome, Firefox, Safari,...
I ran some tests on Android and iOS and it works fine. @danielweck, will this PR be merged?
What is the status on this PR?
I faced this very same issue today with a book from InDesign and I didn't found an acceptable way to solve it. The only hack I found was to compare...
Hi, You can see a `load` listener here: https://github.com/readium/readium-shared-js/blob/develop/js/views/iframe_loader.js#L86
Any update on this issue ?
I've just spend the 3 last hours on this issue : The cover image doesn't scale up/down correctly because : - the cover image has an height of 100% -...