Ionic-4-rest-api-calls-not-working-on-the-device

That doesn’t sound like exactly the same problem as the post you replied to. I would start a new topic, and please try to post as much information as is needed for people to reproduce your situation.

1 Like

@karabillie I am solved this problem , from this link

in AndroidManifest.xml add the android:usesCleartextTraffic=“true” as like following.

7 Likes

It worked for me thanks I could not display the data coming from my rest api in the versions of android 9 and 10 and because the more recent versions of android do not accept unsecured data that is to say unencrypted and it is therefore necessary to make these data secure by securing the address containing the rest service.

This works for me!

thank you so much… i was going crazy @_@

1 Like

You saved my day bro god bless you

1 Like

It works for me thanks :smiling_face_with_three_hearts:

FINALLY IT WORKED.
many thanks … I was going crazy over this problem