Hi Rick,
It’s hard to say what might be the problem without more information about where your images reside in your project and how you are settting the src of your <img>.
Guidance:
Place all images that your project app(s) need under the www/ folder or a subfolder (e.g., www/images) and reference them relatively. See the screenshot below where I add the image file 10.png under the www folder and reference it from the index.html file <img src=”10.png>. This works for me in the Simulator.
Attachments:
You must be
logged in to view attached files.