domingo, 13 de septiembre de 2020

Fix err_cleartext_not_permitted ionic 3

Add this namespace definition to <widget

 xmlns:android="http://schemas.android.com/apk/res/android"


Then add this config in widget:

    <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">

        <application android:usesCleartextTraffic="true" />

    </edit-config>

jueves, 10 de septiembre de 2020