Quote:
Originally Posted by JSWolf
Which Android reading apps that handle ePub are not garbage? That is, they respect the CSS instead of having just a series or overrides that do not respect the CSS. Do any of them allow selective overrides?
|
A bit off-topic, but here is the cannonical implementation by the IDPF (aka Readium based) of epub2/epub3 viewer for android:
https://play.google.com/store/apps/d...adium.r2reader
Does this app respect the css? It should, as any other CSS3 compliant epub reader (calibre, sigil...) or any other application based on Readium/FolioKit engines.
The rest of applications can use these engines or try to add support for
some epub2/3 things, but the later means we need to compare between implementations, like we did on browsers (webkit vs gecko vs blink vs ?)