Note that there are some explanatory texts on larger screens.

plurals
  1. POFooter Button is not triggering if listitem is behind the footer in JQM+phonegap Android
    primarykey
    data
    text
    <p>I've fixed footer with 4 buttons. when any listitem is coming under this footer (behind footer), and clicking on footer button.</p> <p>Expectation - Footer button click event must be fired. Actual - ListItem behind the footer is triggering.</p> <p><strong>Update -</strong> </p> <p>index.html page</p> <p></p> <pre><code>&lt;div data-role="header" data-position="fixed" data-theme="f"&gt; &lt;a href='#'&gt;&lt;img class="back"/&gt;&lt;/a&gt; &lt;div class="logo"&gt;&lt;img class="logoimg"/&gt;&lt;/div&gt; &lt;a href='#' class="ui-btn-right"&gt;&lt;img class="btn_toplogout"/&gt;&lt;/a&gt; &lt;/div&gt;&lt;!-- /header --&gt; &lt;div data-role="content"&gt; &lt;div class="ui-caption"&gt;&lt;span id="txt_airtime_topup"&gt;&lt;/span&gt;&lt;/div&gt; &lt;form name="topup" autocomplete="off"&gt; &lt;h4&gt;&lt;span id="txt_operator"&gt;&lt;/span&gt;:&lt;/h4&gt; &lt;div class="ui-droplist" id="topup_operatordroplist"&gt; &lt;select id="t_operator" name="t_operator" data-theme="drop" data-icon="circle_d"&gt; &lt;/select&gt; &lt;/div&gt; &lt;h4&gt;&lt;span id="txt_recptmsisdn"&gt;&lt;/span&gt;:&lt;/h4&gt; &lt;div class="ui-droplist" id="topup_persondroplist"&gt; &lt;select id="topup_person" name="topup_person" data-theme="drop" data-icon="circle_d" onChange="topup_update_contacts();"&gt; &lt;/select&gt; &lt;/div&gt; &lt;div class="input-contain"&gt; &lt;input type="tel" id="t_number" maxlength="14" name="t_number" placeholder="IDNO: (leave empty for yourself)" autocomplete="off"/&gt; &lt;/div&gt; &lt;fieldset class="ui-grid-a"&gt; &lt;div class="ui-block-a"&gt; &lt;h4&gt;&lt;span id="txt_amount2"&gt;&lt;/span&gt;:&lt;/h4&gt; &lt;div class="input-contain amount-margin"&gt; &lt;input type="number" id="ppamount" name="ppamount" maxlength="8" class="ui-amount" min="0" autocomplete="off"/&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="ui-block-b"&gt; &lt;h4&gt;&lt;span id="txt_currency"&gt;&lt;/span&gt;:&lt;/h4&gt; &lt;div class="ui-droplist"&gt; &lt;select id="p_currency" data-theme="drop" data-icon="circle_d"&gt; &lt;option value="EUR"&gt;EUR&lt;/option&gt; &lt;/select&gt; &lt;/div&gt; &lt;/div&gt; &lt;/fieldset&gt; &lt;/form&gt; &lt;a href="#" id="btn_topup" class="ui-button" data-role="button" data-theme="red"&gt;&lt;/a&gt; &lt;/div&gt;&lt;!-- /content --&gt; &lt;div data-role="footer" data-id="btmmenu" data-position="fixed" data-theme="f" class="postlogin"&gt; &lt;div data-role="navbar"&gt;&lt;ul&gt; **&lt;li&gt;&lt;a href="#home"&gt;Home&lt;/a&gt;&lt;/li&gt; //this is footer &lt;li&gt;&lt;a href="#transfer"&gt;Send Money&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#paybill"&gt;Pay Bills&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#manage"&gt;Manage Accounts&lt;/a&gt;&lt;/li&gt;** &lt;/ul&gt;&lt;/div&gt; &lt;/div&gt;&lt;!-- /footer --&gt; </code></pre> <p></p> <p><strong>dropdown list coming under footer -</strong></p> <pre><code>&lt;h4&gt;Currency:&lt;/h4&gt; &lt;div class="ui-droplist"&gt; &lt;select id="request_currency" data-theme="drop" data-icon="circle_d"&gt; &lt;option value="EUR"&gt;EUR&lt;/option&gt; &lt;/select&gt; &lt;/div&gt; </code></pre> <p><strong>CSS -</strong> </p> <pre><code>.ui-droplist .ui-btn-active { border: 1px solid #808080; background: #fdfdfd; font-weight: bold; color: #111111; text-shadow: 0 1px 1px #ffffff; background-image: url(images/arrow_down.png), -webkit-gradient(linear, left top, left bottom, from( #eee ), to( #fdfdfd )); /* Saf4+, Chrome */ background-image: url(../../exclusive/images/arrow_down.png), -webkit-linear-gradient(#eee , #fdfdfd ); /* Chrome 10+, Saf5.1+ */ background-image: url(../../exclusive/images/arrow_down.png), -moz-linear-gradient(#eee , #fdfdfd ); /* FF3.6 */ background-image: url(../../exclusive/images/arrow_down.png), -ms-linear-gradient(#eee , #fdfdfd ); /* IE10 */ background-image: url(../../exclusive/images/arrow_down.png), -o-linear-gradient(#eee , #fdfdfd ); /* Opera 11.10+ */ background-image: url(../../exclusive/images/arrow_down.png), linear-gradient(#eee , #fdfdfd ); background-position: right center !important; background-repeat: no-repeat !important; } </code></pre> <p><strong>footer css -</strong></p> <pre><code>.postlogin.ui-footer .ui-navbar li.ui-block-a a .ui-btn-inner { background-image: url(images/icon-home.png); background-repeat: no-repeat; background-position: 50% 0; } </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.
 

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