Hi all,
I have a problem with the loading of a local image on my ionic app.
So I put an image in root/www/img/filename.png and in the code I type
<img src="../img/filename.png">
the code is in an html file in this url root/www/templates/filename.html
But the image doesn’t loaded, why? If I put an external url (from browser: http://www.example.com/image.png) the image.png is loaded but if I use a local url didn’t work.
I try
<img src="/img/filename.png">
too but it’s didn’t work.
Can you help me please?
Thanks