epub_reader icon indicating copy to clipboard operation
epub_reader copied to clipboard

Inject javascript from local webserver instead fetch from webview

Open sugarico opened this issue 2 years ago • 0 comments

I don't know what is better: fetching HTML from webview or injecting JavaScript and processing HTML from a local webserver. From the code of epub_renderer, JavaScript from webview has to do a lot of work. If it fails at some point, the renderer will stop rendering. For example, if we highlight the first word of an inner page, the renderer will stop rendering.

sugarico avatar Aug 09 '23 04:08 sugarico