adeelkhanaslam / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

[Enhancement] chm support #765

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to suggest adding support for chm format, as this is the only popular 
ebook format still missing in EBookDroid.

An open source library that could be used is:
http://www.jedrea.com/chmlib/

Original issue reported on code.google.com by mantox...@gmail.com on 1 Apr 2014 at 6:14

GoogleCodeExporter commented 9 years ago
Hi, main problem with chm is that at the moment EBookDroid does not support 
rendering of html files.

Original comment by Andrei.K...@gmail.com on 1 Apr 2014 at 7:38

GoogleCodeExporter commented 9 years ago
why not using the Android builtin webkit engine for that?
http://developer.android.com/reference/android/webkit/package-summary.html

Original comment by mantox...@gmail.com on 11 Jul 2014 at 5:50