Mickaël Menu
Mickaël Menu
It seems that the Podspec doesn't allow to specify custom podspec files as dependencies. So this is the responsibility of the app to add in their `Podfile`: ``` pod 'GCDWebServer',...
@qnga Finalized this PR in https://github.com/readium/kotlin-toolkit/pull/282. Thanks @armendh for kickstarting it.
Note to self, @nidhinprathap mentioned a possible fix for [1] here: https://github.com/readium/kotlin-toolkit/issues/166.
That would be helpful, thanks again for reporting this issue.
Yes, it looks like it: https://github.com/readium/r2-streamer-swift/blob/630d8953cbad98fb229233caa9d98b2ce16474b3/r2-streamer-swift/Server/PublicationServer.swift#L140-L146
Blocked until https://github.com/readium/swift-toolkit/issues/117 is resolved
To provide some context, we had some issues with the web view not sending information to VoiceOver when reaching the end, which means that we can't automatically skip to the...
I had in mind an hybrid approach were we would switch to a TTS mode when VoiceOver is enabled, to overcome issues with the web view. Anyway thanks for your...
@danielweck Did you face the same issue on Thorium with the lack of notification when the screen reader reaches the end of the web view / iframe, to know that...
https://github.com/readium/r2-navigator-swift/pull/160 contains a first stab at this using `WKURLSchemeHandler`. Unfortunately, there are some blocking issues, including the lack of support of byte range requests for media resources. It seems to...