I’m trying to load image into device, but to no avail, the browser works normal.
In the debugger I do not have much information

my code:
<img src="https://www.dove.com/content/dam/unilever/dove/united_kingdom/pack_shot/front/hair_care/wash_and_care/dove_spoo_250ml_proage/Dove_Pro_Age_Shampoo_250ml-306176.png" />
my config:
<access origin="*"/>
<allow-navigation href="http://ionic.local/*"/>
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
<allow-intent href="tel:*"/>
<allow-intent href="sms:*"/>
<allow-intent href="mailto:*"/>
<allow-intent href="geo:*"/>
<platform name="android">
<allow-intent href="market:*"/>
</platform>
<plugin name="cordova-plugin-whitelist" spec="1.3.1"/>