Mickaël Menu
Mickaël Menu
1 is tricky, but could be made less critical by extracting the PDF navigator into a dedicated module. This work was started in https://github.com/readium/kotlin-toolkit/pull/67. 2 and 3 will not be...
For reference, regarding today's incident: https://status.gradle.com/incidents/c65zmfw32lpm
I opened an issue on Android's issue tracker: https://issuetracker.google.com/issues/177246262
[Google answered](https://issuetracker.google.com/issues/177246262#comment7): > We will consider file path access for SAF in a future release. At the moment it is not supported. Not sure we can do much better than...
@krawa `ZipInputStream` doesn't support rewinding or marks. It can be useful to read an in-memory ZIP from start to end but we need random access to render a publication. Do...
We need access to a file path or `File` object to use `ZipFile`, input streams don't solve our problem in this case.
@krawa > `File API `and `ZipFile` can no longer be used. It is deprecated. I didn't see this, do you have a source? > Here is my implementation of `Archive`...
I think the exceptions are mostly warnings and unrelated to the completion closure not being called. It looks like the `completion` was not fully implemented because it is not used...
@windflowersnowandmoon Hi, thanks for reporting this issue. Would you be able to share an EPUB that has this problem with us?
Thanks, after a quick test: it looks like the resources are not specifying the size of the pages through CSS, which is unusual. But [according to the spec](https://www.w3.org/publishing/epub3/epub-contentdocs.html#sec-fxl-html-svg-dimensions), the page...