Results 416 comments of Mickaël Menu
trafficstars

Recognizing and forwarding gestures is definitely in the Navigator's realm, since the implementation is tightly coupled with the internal views. So I would be in favor of adding double tap...

I'm moving this to `mobile` as it is of interest for Android as well.

Not for this year, it's in the icebox at the moment.

Hi Sajan, Unfortunately we don't yet support custom dictionaries and have no plan to implement it in the foreseeable future. However, we want to make sure that it's possible for...

To be fair I'm quite new on the Kotlin side of Readium, and haven't played much with the navigators yet. But `R2EpubActivity.currentSelection()` looks like it could help for that. It...

I'm transferring this issue to `mobile` since it might also be relevant for iOS.

> Apple devices have native support for dictionaries, with a number of built-in dictionaries. Is this extensible in a way that allows user and/or app developers to register their own...

On Android, this could be an option: * https://developer.android.com/reference/android/webkit/WebSettings#setTextZoom(int) * https://stackoverflow.com/questions/29115332/change-textsize-in-android-webview/29115409#29115409

Not yet, I don't see myself implementing it before tackling the Presentation Settings for EPUB. But if you want you can try out the techniques I put in the other...

I don't think the tesh case was incorrect, the new output with this fix has the JSON string delimiters escaped, which is not valid JSON: ```json {\"filename\":\"without-title\",\"path\":\"without-title\",\"absPath\":\"/tmp/config-format-markdown-link.tesh-1114206750/blank/without-title\",\"relPath\":\"without-title\",\"title\":\"\",\"metadata\":{}} ``` I recommend...