Mickaël Menu
Mickaël Menu
I started working on a basic implementation in the Test App: https://github.com/readium/swift-toolkit/pull/290 The relevant parts for you is in this commit: https://github.com/readium/swift-toolkit/pull/290/commits/9562e1b0c66424f82439b11da61da94626addbb7 Note that you will need to use `_AudioNavigator`...
Which branch and which `make` command did you use to build the project?
Are you able to reproduce this issue with a highlight in the stock Test App? I'll reopen the issue if that's the case. I believe the issue is caused by...
I'm reopening, I tested myself and could notice the same problem with a highlight.
It looks like an issue in WebKit when using `::first-letter` and `getBoundingClientRects()` which is used to layout the decorations. You can reproduce it from the Safari Web Inspector: 1. Select...
By the way it doesn't happen on your other sample because it doesn't use `::first-letter` but a `` element. In case you have control over the authoring...
Hi @domkm, you can ignore the Carthage failure, it only runs properly on a local branch.
Thanks for updating the PR @domkm. Doing the metadata computation in one go is fine by me, if that's necessary. 👌 In the meantime, the first 3.0.0-alpha.1 was released and...
We ask the various stakeholders what minimum version they are supporting and unfortunately it's still iOS 13 for now.
I'm not sure what's causing this. Maybe a permissions issue on the folder? Can you run fine on a real device? I would open an issue on https://github.com/stephencelis/SQLite.swift, as the...