I can not see images in android application
I can with ionic serve or ionic run android --livereload
this the way that I show the images
<img src="../assets/img/img.jpg">
someone help me ? what is wrong?
I can not see images in android application
I can with ionic serve or ionic run android --livereload
this the way that I show the images
<img src="../assets/img/img.jpg">
someone help me ? what is wrong?
It’s wrong. Should write: <img src="assets/img/img.jpg">
thank you, it works¡ and still working with ionic serve.