kotlin-toolkit
kotlin-toolkit copied to clipboard
A toolkit for ebooks, audiobooks and comics written in Kotlin
See the same issue on iOS: https://github.com/readium/swift-toolkit/issues/121 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...
Right now, we're shipping the EPUB navigator with an embedded (outdated) version of Readium CSS. While we do need to update it anyway, Readium CSS is meant to be customizable...
## Bug Report ### What happened? Today we faced an issue with **epub fixed-layout** on android. Some books do not display correctly. They open, but the height of the ``...
Passing complex or large objects between `Activity` or `Fragment` instances is notoriously a pain. This is an issue with Readium's `Publication` objects, which [can't be stored in an `Intent` or...
@twaddington wrote: > Another thing to be aware of is that the local web server makes all the content accessible to any application running on the device. > > This...
When testing the origin for Web Storage across our test apps, it looked like it isn’t currently available in the Android test app. My understanding is that [this is opt-in...
The fonts we offer in the typeface picker (user settings) are currently retrieved using the Google Fonts’ `` method. It would be a lot better to use the new APIs...
LCP manages contraints applicable to copy an print. One can copy at most C characters or print at most P pages DURING THE LIFE of the publication. Each time a...
Steps to reproduce: - Open any EPUB that can use scroll mode. - Activate scroll mode in settings. - Go to the first resource that occupies more than one screen....