Answers for "capacitor ERR_CLEARTEXT_NOT_PERMITTED"

2

capcitor FERR_CLEARTEXT_NOT_PERMITTED

Just add this to your AndroidManifest.xml in the tag like

<application android:usesCleartextTraffic="true">
Posted by: Guest on June-08-2020
0

err_cleartext_not_permitted

<application
    ....
    android:usesCleartextTraffic="true"
    ....>
Posted by: Guest on October-13-2020

Code answers related to "capacitor ERR_CLEARTEXT_NOT_PERMITTED"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language