readium-2
Here are 19 public repositories matching this topic...
from the screenshot you can see highlights are not fully scrollable after certain extent cant scroll anymore and row item is cutting. this could happen in other fragment screens too.
Running on latest develop branch.
-
Updated
Jul 6, 2022 - HTML
When an OPF contains both an EPUB 2 (<meta name=>) and EPUB 3 (<meta property=>) meta tags for the same key, the EPUB 3 one should take precedence and the other one ignored. Currently both are added to the otherMetadata dictionary.
Here's an example:
<meta property="media:active-class">-epub-media-overlay-active</meta>
<meta name="media:active-class" content="text-highlight" /-
Updated
Jul 6, 2022 - JavaScript
See the same issue on iOS: readium/r2-navigator-swift#116
A possible solution could be to send an event when a resource is not visible anymore and loop over all the media/audio/video elements to pause them (i.e. https://stackoverflow.com/questions/20362138/stop-all-html5-audio-video-with-javascript)
It would be useful to add two missing OPDS models in shared:
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Jun 24, 2022 - Kotlin
-
Updated
Feb 10, 2022 - HTML
-
Updated
May 18, 2022 - Kotlin
Improve this page
Add a description, image, and links to the readium-2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the readium-2 topic, visit your repo's landing page and select "manage topics."

(Please respond in this issue if you want to contribute this feature and have any question)
The PR readium/r2-shared-swift#135 adds a new
SearchServicefeature to search through the content of a publication. We need to expose this in the user interface of the test app.Here are some general guidelines:
SearchServiceis [described in this proposal](https://git