Note that there are some explanatory texts on larger screens.

plurals
  1. POMultiple Select Widgets in Jquery mobile is not working in Android 2.3
    primarykey
    data
    text
    <p>I am developing Android native mobile application using Jquery Mobile 1.3.1 + phone gap. Below code is not working (option's doesn't popup) in Android 2.3 but the same works fine in Android 4. Any thoughts/suggestions for making this work in Android 2.3 devices.</p> <pre><code>&lt;div id="createOrderHolder"&gt; &lt;ul id="fmcgProdList" data-role="listview" data-filter="true" data-filter-placeholder="Search Products" data-inset="true"&gt; &lt;li id="8" class="productListClass" &gt; &lt;input id="8" name="8" type="checkbox" /&gt; &lt;label class="prodLabel" for="8" &gt;Bisleri Water&lt;/label&gt; &lt;p style="font-size: 1em;" &gt; &lt;strong&gt;Quantity:&lt;/strong&gt; &lt;select id="select2" &gt; &lt;option value="1" &gt;1&lt;/option&gt; &lt;option value="2" &gt;2&lt;/option&gt; &lt;option value="3" &gt;3&lt;/option&gt; &lt;option value="4" &gt;4&lt;/option&gt; &lt;option value="5" &gt;5&lt;/option&gt; &lt;option value="6" &gt;6&lt;/option&gt; &lt;/select&gt; &lt;/p&gt; &lt;/li&gt; &lt;li id="9" class="productListClass" &gt; &lt;input id="9" name="8" type="checkbox" /&gt; &lt;label class="prodLabel" for="9" &gt;Bisleri Water&lt;/label&gt; &lt;p style="font-size: 1em;" &gt; &lt;strong&gt;Quantity:&lt;/strong&gt; &lt;select id="select1" &gt; &lt;option value="1" &gt;1&lt;/option&gt; &lt;option value="2" &gt;2&lt;/option&gt; &lt;option value="3" &gt;3&lt;/option&gt; &lt;option value="4" &gt;4&lt;/option&gt; &lt;option value="5" &gt;5&lt;/option&gt; &lt;option value="6" &gt;6&lt;/option&gt; &lt;/select&gt; &lt;/p&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; </code></pre> <p>One more observation if i have only one list item it works fine but if add one more list item it doesn't work.</p>
    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