Mickaël Menu
Mickaël Menu
Absolutely, and this is supposed to work already. But we don't have much test books for this, so if you are able to share a sample ebook to test it...
> I'm working with SVGs, maybe that's why it doesn't work!? I'm not sure, but I can take a look tomorrow. Could you setup a test with an SVG and...
No problem, thanks I will take a look on Friday.
I investigated the issue, the good news is that it's actually working and an easy fix. The `ibooks.js` script is using the following to determine if the device is touch...
That's one way of handling it! But having an `epubReadingSystem` on mobile might still make sense. I'll keep this issue opened for now. Thanks for reporting.
@danielweck Do you have any idea if there's something that could be done on the liblcp side to address this problem? Thanks
According to @danielweck , this pull request could address a similar issue: https://github.com/readium/readium-lcp-client/pull/49 > Gradle tweaks to “pick” native lib dependency … but cannot remember the exact pattern
@cursem No, I didn't spend more time on this. Let us know if you tackle this.
I tried again upgrading AndroidPdfViewer and liblcp doesn't seem to crash anymore, after adding the following in the `build.gradle`: ``` packagingOptions { pickFirst 'lib/x86/libc++_shared.so' pickFirst 'lib/x86_64/libc++_shared.so' pickFirst 'lib/arm64-v8a/libc++_shared.so' pickFirst 'lib/armeabi-v7a/libc++_shared.so'...
So bad news, the above fix failed with a different build of `liblcp` (another app). I found an alternative though, which is to force the downgrade of `pdfium-android`. This doesn't...