PhoneGap (iOS Simulator) - Unable to display/load images [?]

PhoneGap (iOS Simulator) - Unable to display/load images [?]

I am currently using jQuery Mobile (PhoneGap) - HTML5 + CSS5 + JavaScript and then I convert it into Xcode that supports jQuery Mobile (PhoneGap) before deploying it to iTunes store but I notice some of the images [?] does not appear on iOS Simulator yet I tested web app and it works (100% - all the images can load/display) but slow loading due to server unlike iOS Simulator because it runs pretty normal.

I notice small icons work but not the big icons like size width - 740, height - 430. I think no matter if the image is big or small, I believe it can work on iOS Simulator right? How can I solve it? Please help me if you know where the problem lies.

I put all of the images folder under "www" (Xcode folder). I even write the code like e.g.
  1. <img src="Images/abc.png" width="740" height="430">
Do you know where the problem lies? It will be great if you could help me. Thanks. Your help will be appreciated.