@sankha93 wrote:
I am developing an app using the Ionic Framework. It loads some images over the network. I have already set
<access origin="*"/>
in myconfig.xml
file.Now on the Android emulator it loads every image but on the iOS emulator only the images which have URLs beginning with
https://
are only loaded. Any image having URL beginning withhttp://
is showing a small blue question mark instead. All the images are loaded in the browser when I do aionic serve
.Please help.
Posts: 3
Participants: 2