-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Epub Reader #250
Comments
Please share your code. Not some gist. You have to use some javascript interface to call the epub reader library in your book-data object. |
This is my code i have written android for reading epub book and loading its html contents into webview using monocle.
|
Can you show your updated book-data-object where you are calling the interface? |
First i read my epub book the code is given below i convert my book to html
Then i load these html contents in a file named contents.html code given below File file = null; window.reader "
Then i load this file in my webview code given below |
have u solved this problem ? |
I am developing epub reader using monocle in android and want to display on Webview i have added monocle library files in assets i read the book contents using epub reader library and convert to html contents when i want to load to webview using book data object of monocle it does not load contents on webview below is given my code of loading contents.
<title>Dummy</title>please help me!
The text was updated successfully, but these errors were encountered: