Ionic 3 android 9 or pie ..http req. not working

need help the http not work
on my divice
ionic 3 with android v9 +

1 Like

platforms/android/app/src/main/AndroidManifest.xml add in
<application ... android:usesCleartextTraffic="true">

1 Like

I tryed it and the same problem what can i do?

i solve it buy Change the api url’s from HTTP to HTTPS ;

It works out!!!

Any solution other than changing it to HTTPS?

There’s no compelling reason not to use HTTPS, and I would argue that it’s irresponsible for app developers to be deploying cleartext traffic today.