Ahmed Mohsen
Ahmed Mohsen

Reputation: 433

IONIC 2 images display on browser , but not on android device

enter image description here

It's a path issue , I'm in welcome.ts and reference to the image by this path "../../assets/img/splash/1.png"

--it works well on the browser - but not work on my Android device

how to solve this issue ??

Upvotes: 2

Views: 918

Answers (1)

m.ghadiri
m.ghadiri

Reputation: 330

use "assets/img/splash/1.jpg" instead. Ionic will put the correct address for each platform.

Upvotes: 3

Related Questions