HTTP Call working on laptop, but not working on Android device

Hi all,

I am trying to create an Ionic app that makes calls to the IMDB API.

The app is working fine (displaying data, etc.) when I run the app on my laptop.

But when I run the app on my android device (ionic cordova run android --device), the app displays but I’m not able to display any data.

Can someone please tell me why this is happening, & what I need to do to enable the app to work on my mobile device?