Reputation: 433
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
Reputation: 330
use "assets/img/splash/1.jpg"
instead. Ionic will put the correct address for each platform.
Upvotes: 3