Note that there are some explanatory texts on larger screens.

plurals
  1. POPhoneGap app doesnt show images consistently
    primarykey
    data
    text
    <p>I have created phonegap app for iPhone and iPod touch, though i use to test it on iPod touch.</p> <p><strong>Problem:</strong> The images show up randomly, else it would show a question mark within the placeholder. I have tried running this app at several places like iPhone, iPod, desktop browser (with click event, not touch). Out of which on iPod and Desktop browser it seems to run fine, whereas on iPhone or iPhone Simulator I get random images to be broken. Its an gallery for images, thus images are most important.</p> <p>Any suggestions or pointers appreciated.</p> <p><strong>Below is a sample page code:</strong></p> <pre><code>&lt;div id="galleryRava" &gt; &lt;div id="galleryRavaScroll"&gt; &lt;!--gallery scroll frame--&gt; &lt;!-- /header --&gt; &lt;div&gt; &lt;div id="galleryRavalist"&gt; &lt;div class="gallery-item"&gt; &lt;a href="#detailPage" &gt; &lt;div class="galleryimage" id="capsicum_rava_masala"&gt;&lt;img src="images/sankalp/rava/capsicum_rava_masala.JPG"&gt; &lt;/div&gt; &lt;div class="itemJoinBar"&gt;&lt;/div&gt; &lt;span class="gallerytitle"&gt;Capsicum Rava Masala&lt;/span&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="gallery-item"&gt; &lt;a href="#detailPage" &gt; &lt;div class="galleryimage" id="coconut_rava"&gt;&lt;img src="images/sankalp/rava/coconut_rava.jpg"&gt; &lt;/div&gt; &lt;div class="itemJoinBar"&gt;&lt;/div&gt; &lt;span class="gallerytitle"&gt;Coconut Rava&lt;/span&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="gallery-item"&gt; &lt;a href="#detailPage" &gt; &lt;div class="galleryimage" id="crispy_rava"&gt;&lt;img src="images/sankalp/rava/crispy_rava.JPG"&gt; &lt;/div&gt; &lt;div class="itemJoinBar"&gt;&lt;/div&gt; &lt;span class="gallerytitle"&gt;Crispy rava&lt;/span&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="gallery-item"&gt; &lt;a href="#detailPage" &gt; &lt;div class="galleryimage" id="kanchipuram_achari_rava"&gt;&lt;img src="images/sankalp/rava/kanchipuram_achari_rava.jpg"&gt; &lt;/div&gt; &lt;div class="itemJoinBar"&gt;&lt;/div&gt; &lt;span class="gallerytitle"&gt;Kanchipuram achari rava&lt;/span&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="gallery-item"&gt; &lt;a href="#detailPage" &gt; &lt;div class="galleryimage" id="onion_rava"&gt;&lt;img src="images/sankalp/rava/onion_rava.jpg"&gt; &lt;/div&gt; &lt;div class="itemJoinBar"&gt;&lt;/div&gt; &lt;span class="gallerytitle"&gt;Onion Rava&lt;/span&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="gallery-item"&gt; &lt;a href="#detailPage" &gt; &lt;div class="galleryimage" id="udupi_rava"&gt;&lt;img src="images/sankalp/rava/udupi_rava.JPG"&gt; &lt;/div&gt; &lt;div class="itemJoinBar"&gt;&lt;/div&gt; &lt;span class="gallerytitle"&gt;Udipi rava&lt;/span&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="clear"&gt; &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt; &lt;/div&gt; &lt;!-- /content --&gt; &lt;/div&gt;&lt;!--gallery scroll ends here--&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload