-
Notifications
You must be signed in to change notification settings - Fork 721
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
Epub file is not visible #106
Comments
@SandeepADexoit |
@SandeepADexoit Please paste your code.. You can find sample epub file in sample project.. |
I think permission add in manifest.Read and Write Permission.This issue solved in my projet |
Same problem. Added read and write permissions in manifest. Used the sample EPUB. FolioReader interface loads but with no EPUB. So, I just added the following to an empty activity created by Android Studio and linked the following to a button):
|
@sdilizio Can you check the logs for the problem and paste it here? If possible please share the epub file.. |
@sdilizio.Check your epub file location and type.This solved for me.good luck |
Update: Fixed. Add the following somewhere before your intent for Folio Reader: Also, you need to check where FolioReader thinks the file is going to be. The logs will tell if it can't find the file and where it looked. |
Cool, so it solved.. I will close the issue |
I have specified epub file in raw folder but it doesn't get shown in FolioReader.
What should i do ?
Also can u give me a sample .epub file.
The text was updated successfully, but these errors were encountered: