futurepress/epubjs-rn

android 9 api 28 bug

erickbank opened this issue · 5 comments

Epubjs-rn is not working with devices on android 9 , it loads on debug and simulator mode , but on release mode , stays in continuous loading.

any solution ? @fchasen

any solution ? @JakeHartnell

you need to add this permisssion to android AndroidManifest.xml
" android:usesCleartextTraffic="true" "

Uysim commented

Meet the same problem anyone managed to fixed it?

@Uysim as @Penglenghok Said , Just add " android:usesCleartextTraffic="true" on AndroidManifest.xml , it will work like charm.