First scenario:
I use web app to test on my iPad (e.g. http://192.168.1.100/cdg/index.html) and all of the images work on the safari (PC) or safari (iPad).
Second scenario:
I put all of my files into Xcode where it supports PhoneGap. When I click Xcode and run it using iOS Simulator but some of the images does not appear on iOS Simulator - I have attached 3 screenshots image below.
* I don't understand why second scenario does not work but first scenario works. I have checked the codes for images umpteen times but it seems to be correct. I am clueless.
Do you know where the problem lies with?
I need all the images working finely on iOS Simulator before I can deploy it to iTunes store. I know the image format must be in PNG but can it work with JPG? Just wondering.
By the way, I have attached the parent directory. The image may look like Windows because I am not using mac os now but the concept is about the same.
<!-- Events 2012 (Cooking - 12th July 2012) Homepage -->
<div data-role="page" id="event_2012_3">
<div data-role="header" data-theme="b">
<a href="#events_2012" data-icon="arrow-l" data-theme="a">Back</a>
<h3>Cooking Demonstration (12th May 2012)</h3>
</div>
<div data-role="fieldcontain" align="center">
<label for="search-basic"><b>Search Company or Person Name:</b></label>
<input type="text" class="loadcooking" value="" name="search" placeholder="Type here">
</div>
<div id="hideall_12may2012">
<div id="2012_12July_swipe_event1">
<div data-role="content">
<img src="Images/CDRSiChuan02_740_600.png">
<p align="center">
<img src="Images/btn1_13.png">
</div>
</div>
<div id="2012_12July_swipe_event2">
<div data-role="content">
<img src="Images/CDRSiChuan04_740_600.png">
<p align="center">
<img src="Images/btn2_13.png">
</div>
</div>
<div id="2012_12July_swipe_event3">
<div data-role="content">
<img src="Images/CDRSiChuan05_740_600.png">
<p align="center">
<img src="Images/btn3_13.png">
</div>
<div data-role="content" align="center" id="hide12may2012">
<img src="Images/CDRSiChuan02_740_600.png" width="50" height="50" id="event2a_thumbnails">
<img src="Images/CDRSiChuan04_740_600.png" width="50" height="50" id="event2b_thumbnails">
<img src="Images/CDRSiChuan05_740_600.png" width="50" height="50" id="event2c_thumbnails">
</div>
<p align="right">
<a href="#events_2012" data-theme="b" data-role="button" data-inline="true" data-transition="slide" id="back_12may2012">
Back</a>
<a href="" data-theme="b" data-role="button" data-inline="true" data-transition="slide" id="refresh_12may2012">
Refresh</a>
</p>
</div>
<!-- page -->

New Topic/Question
Reply


MultiQuote






|