Data not show in ios device

I use ionic 3 to build app consume an API and every thing is ok on browser and android device.

But in IOS device (and emulator) nothing showing in frontend !

Debugging in ts file show me data received

console.log( data );

But in html nothing shown and {{data | json}} shows
(the empty array of initializing)

I use Native http for calling

Thanks for help :slight_smile:

1 Like

I ran into the same issue. Do you have a solution?