readium-js-viewer
readium-js-viewer copied to clipboard
👁 ReadiumJS viewer: default web app for Readium.js library
This behaviour is due to the web browser (or WebView) itself bringing the HTML link into view (as the CSS Columns overflow pass the iframe visible viewport)
A document created in InDesign has external links. They "work" in iBooks (though the target is 404) but not in the Chrome Extension. The user posted the file for me...
This issue is a Bug Expected Behaviour Readium is expected to play Media Overlays without stopping and without reloading page. Observed behaviour When first attempting to invoke the media overlays...
I have a question as follows: Each time the highlight is loaded, the label position is always offset, which is why for example: reader.on(Globals.Events.CONTENT_DOCUMENT_LOADED, function ($iframe, spineItem) { if (_initialized)...
#### This issue is a Bug #### Expected Behaviour From Navigation, link to valid fragment identifier. #### Observed behaviour Instead, Readium does not link to valid fragment identifier, when EPUB's...
Repro link: https://readium.firebaseapp.com/?epub=epub_content%2Faccessible_epub_3&goto=%7B%22idref%22%3A%22id-id2611884%22%2C%22elementCfi%22%3A%22%2F4%2F2%5Bintroduction%5D%2F2%2F1%3A0%22%7D (press `B` or click on the library icon)
#### This issue is a Bug #### Expected Behaviour Please open this sample file by Chrome/Chromium; https://github.com/toshiakikoike/epub_file/blob/master/cjk-punctuation/OEBPS/text/book_0002.xhtml #### Observed behaviour https://github.com/toshiakikoike/epub_file/blob/master/cjk-punctuation.epub last punctuation(U+3002 IDEOGRAPHIC FULL STOP) show at the top...
I want to add some extra page effects on the page. Do you have a good case here, or how can you add some page effects?
#### This issue is a Enhancement - This is a discussion of the feasibility and approaches to supporting multiple renditions in Readium 1 and, potentially down the line, Readium 2....
I have found a method called `openSpineItemElementCfi(idref, cfi)`, I can use it jump to the "start point of a certain " if when I pass cfi parameter in such style...