Dear, please add the below to config.xml
<widget
xmlns = "[https://www.w3.org/ns/widgets](https://www.w3.org/ns/widgets)"
xmlns:android="[http://schemas.android.com/apk/res/android](http://schemas.android.com/apk/res/android)"
xmlns:gap = "[http://phonegap.com/ns/1.0](http://phonegap.com/ns/1.0)"
<!-- Platforms: Customize as needed. -->
<platform name="android">
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
<application android:usesCleartextTraffic="true" />
</edit-config>
</platform>
BR.