Answers for "capacitor net::ERR_CLEARTEXT_NOT_PERMITTED"

2

net::ERR_CLEARTEXT_NOT_PERMITTED

// Agrega esta linea en el android/app/src/main/AndroidManifest.xml

<application
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:roundIcon="@mipmap/ic_launcher_round"
        android:supportsRtl="true"
        android:usesCleartextTraffic="true" <------------- esta linea
        android:theme="@style/AppTheme">
Posted by: Guest on July-30-2021
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
2

net:ERR_cleartext_not_permitted

android:usesCleartextTraffic="true">
Posted by: Guest on May-05-2020

Code answers related to "capacitor net::ERR_CLEARTEXT_NOT_PERMITTED"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language