FolioReader / FolioReader-Android

A Java ePub reader and parser framework for Android.
BSD 3-Clause "New" or "Revised" License
2.24k stars 715 forks source link

it is not working on android 9(pie) version #407

Open hasimamabidigithub85 opened 4 years ago

hasimamabidigithub85 commented 4 years ago

Issue / Feature - FolioReader version -
FolioReader Stock / Modified -
Android SDK - Mobile / Tablet / Emulator Info -
Crash / Error -

Steps to reproduce / Describe in detail - "cleartext http traffic to 127.0.0.1 not permitted "

this error occur when i open the epub file in pie and it loads page of fille but does not shows content of the file

sunil-singh-chaudhary commented 4 years ago

did you find the solution same error with me

zjamshidi commented 4 years ago

add android:usesCleartextTraffic="true" to application tag in android manifest file.

hasimamabidigithub85 commented 4 years ago

did you find the solution same error with me