ION-LIST not showing on native android app

Hi,
I’ve recently started learning IONIC and all is going great so far!
I’m building an app that uses an external JSON file to load data into an ion-list item. While previewing the app on the web server all is looking great.

however when I build the app with capacitor and run it on my android phone or on an emulator my list won’t display.

I’ve searched the forums and the web for issues similar to mine but I failed to find anything related.
Any help regarding this issue is greatly appreciated!

Regards, Ted

Check that you are getting data.

can you please elaborate?

I’ve finally fixed this…
My connection to the json file was through http://
All i had to do is add https:// for a secured connection and my list was shown!