Software Archive
Read-only legacy content
17061 Discussions

no image in html5 app

Jonas_P_
Beginner
726 Views

Hello,

When I test my program in the emulator of the Intel XDK app everything is looking fine.
When I debug or build the app and I'm testing it on my phone: the image from the html code is not displayed.

Code in html:

<article id="me" class="panel">
								<header>
								  <h1>Title1</h1>
								  <p>Title2</p>
								</header>
								<a href="#lichten" class="jumplink pic">
									<span class="arrow icon fa-chevron-right"><span>See my work</span></span>
									<img src="images/me.jpg" alt="" />
								</a>
							</article>

Does anyone know why?

0 Kudos
2 Replies
Amrita_C_Intel
Employee
726 Views

Hello Jonas,

I have recreated this and tested on both emulator and device but cannot see the problem. Can you tell me which version of XDK are you using? Do you have any log messages which you are getting?

0 Kudos
Anusha_M_Intel1
Employee
726 Views

This is a duplicate of: https://software.intel.com/en-us/forums/topic/544703

0 Kudos
Reply