Mickaël Menu
Mickaël Menu
It should be available in 2024, I can't be more precise than that. I'm not sure about any alternative, it depends what you need and if you produce your own...
With the new settings API, we changed the possible values of `readingProgression`, only `ltr` and `rtl` are valid. This is the same meaning as `ViewerPreferences/Direction`. This metadata is supported with...
We support down to Chrome 68 on Android, but I think we might raise this if needed. What's the problematic version?
By the way an option could be to add the `-webkit-perspective: 1;` property directly in the Kotlin toolkit, for older Chrome versions (if we know which one).
Thanks, I'll update the Kotlin code if you remove -webkit-perspective!
Fun fact: dyslexic font in night mode is mostly renderered black/dark (invisible), other fonts okay.
That does look very similar. Maybe they fixed the font a first time but forgot some glyphs like the comma.
Upgrade to 2.3.0 which embeds NanoHTTPd as a JAR. You will need to remove any mention of NanoHTTPd from your `build.gradle` files.
Also Readium (since 2.3.0) is now distributed in Maven Central.
> The biggest problem is that we don't have a way to listen to the appearance and disappearance of Xcode's built-in completion panel. I had a similar need for [my...
No I get the destroyed event, otherwise that would break some keys in ShadowVim. Both when accepting a completion item or using escape. I've tested only on Xcode 14.2 though.