JideGuru / epub_viewer

An epub reader for Flutter. Wrapped around Folioreader.(WIP)
https://pub.dev/packages/epub_viewer
Apache License 2.0
146 stars 80 forks source link

reading book fails-HtmlTask: HtmlTask failed java.io.IOException: Cleartext HTTP traffic to 127.0.0.1 not permitted #116

Open amigax opened 2 years ago

amigax commented 2 years ago

When I try to read a book it sdtays on white screen, error is HtmlTask: HtmlTask failed java.io.IOException: Cleartext HTTP traffic to 127.0.0.1 not permitted

amigax commented 2 years ago

fixed using the following

Manifest:

<application android:name="io.flutter.app.FlutterApplication" android:label="Flutter eBook App" android:icon="@mipmap/ic_launcher" android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/network_security_config">

in network_security_config.xml, added this: `

</base-config>`