Olivier Körner
Olivier Körner
@danielweck I haven't been able to find up-to-date information on the support of column breaks across webviews. It'll work with webkit-based webviews, but I can't say for sure for the...
@danielweck It works with both standalone stylesheet files and inline CSS styles: it replaces `page-break` statements in CSS files and in `` element and `style` attributes in HTML files. You're...
I tested on several platforms: works on iOS, OS X, Android and it would work with MSEdgeIEView as it supports webkit prefixed statements for `-webkit-column-break-*`. I also checked if the...
@danielweck I compiled a clean SDKLauncher-Android: no need to modify the build configuration. However, when I merged with the `develop` branch, I had a compile error in iOS and OS...
@danielweck So much easier now that GitHub allows to change the base branch!
It looks like the delay is caused by the `requestAnimationFrame()` on the second iframe. It’s fired a long time after the first one. When debugging in the webview, I can...
@camill-a Yes, indeed. The parameter should be a unique publication identifier, but I think it's the responsability of this API client to provide it (as it is now).
If the size of SVG is not defined in percent, it is interpreted by Readium as being in pixels, even if another unit is specified (like 'cm' in the test...
@danielweck Just to be sure: this launcher doesn't use the RDServices of the readium-sdk submodule? I have to copy the files in this repo?