@Larryk wrote:
When I run "ionic serve -l" my image is displayed in safari. When I run "ionic upload" sync to latest and clear app data in ionic view app, my image is not displayed. This is what I have in my html file
img src="../assets/images/icon.png"
If tried
img src="/assets/images/icon.png"
and
img src="assets/images/icon.png"
nothing seems to work. What's wrong here?
Posts: 1
Participants: 1