Ionic 5/Capacitor ERR_CLEARTEXT_NOT_PERMITTED in Android

Add this to you AndroidManifest.xml in the application element

<application
    android:usesCleartextTraffic="true"

Leave a Comment