"Not allowed to load local resource" in ionic cordova (IOS ) platform

I have got this error only on IOS when trying to give source location for image to load.

Can you show your code for img and where you are storing this image?

I have the same
my code is:

<div class="overlay-blue" [ngStyle]="{'background-image':'url(' + data.Image.url + ')'}"></div>

file downloads and saves. Everything was working till the time I have updated ionic

leonardoss, could you help me with that ?

I have found solution by my self here:


related to that article, there should be used next function:
normalizeURL(“url to file/image”)
it works with this function (with strange url which it returns), but it’s not so quick as was before in previous version of ionic