I am loading images to an iframe from our public webserver and it works great on IOS, on Android we get the missing image link and when I debug I see all file:// works but anything with http:// doesn't
In our config we have
plugin name="cordova-plugin-whitelist" version="1"
access origin="*"
JesseMonroy650 (Volunteer), Champion