Results 103 issues of Mickaël Menu

> This epub has `overflow-x: hidden` CSS for the `` tag. That is what is causing this. @mickael-menu should Readium CSS be changed to always override that? _Originally posted by...

Here are a few points regarding the Readium CSS integration which should be double-checked or fixed in the mobile toolkits. * [`ReadiumCSS-default.css` needs to be injected](https://github.com/readium/readium-css/blob/develop/docs/CSS06-stylesheets_order.md#append-if-there-is-no-authors-styles) if the book doesn't...

enhancement

Changing the font size with Readium CSS is limited because if the publication has absolute font sizes then enabling advanced options is necessary: basically disabling publisher's defaults. A possible workaround...

enhancement

According to the [Readium Audiobook Profile](https://readium.org/webpub-manifest/profiles/audiobook.html#1-metadata), a RWPM **must** contain the `duration` property in the Link objects to conform. However, the mobile toolkits `Publication.conformsTo()` API is only checking the media...

enhancement

The mobile toolkits are currently lacking documentation. Let's use this issue to track the work to be done. Some of the pages will be in the shared `mobile` repo while...

documentation
Swift
Kotlin

It could be useful to offer a Docker image for Docker Hub to let people use `rwp` without installing it on their system. This could be used: https://github.com/GoogleContainerTools/distroless/blob/main/base/README.md

enhancement

A first stab at https://github.com/readium/swift-toolkit/issues/117 There are a few issues to address. #### Cancelled `WKURLSchemeTask` The scheme handler is called on the main thread, so we **must** spawn a background...

`:ZkInstall` is currently building `zk` from scratch, which has a few advantages: * Able to install the latest `HEAD` version * Simpler to implement in `zk.nvim` * It can build...

enhancement