angular - Images Not displayed on Mobile device -


i using ionic 2.

images display on browser not showing on device.

why?

i tried this

 <img src="assets/images/deals/thumbs/bust.png" alt="product 1">  <img src="../assets/images/deals/thumbs/bust.png" alt="product 1"> 

but it's not working.

kindly advice me,

thanks

i have issue , solve move assets folder under src folder , use.

<img src="assets/images/deals/thumbs/bust.png" alt="product 1">

not

<img src="../assets/images/deals/thumbs/bust.png" alt="product 1"> 

Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -