@lqrz wrote:
I’m using the latest cordova-plugin-ionic-webview and now images loaded from external urls are not being loaded. Does anyone know what configuration I’m missing?
For instance, my images urls will be something like:
https://myserver.com/img.png
and the code to display it:<ion-row class="image"> <img src="{{myobj.img_path}}" /> //img_path contains "https://myserver.com/img.png" </ion-row>
Thanks
Posts: 1
Participants: 1