Note that there are some explanatory texts on larger screens.

plurals
  1. POtabs icon deteriorated while scrolling in android
    primarykey
    data
    text
    <p>I am using phonegap to build android app. The problem right now I am facing is that when I scroll down in listview the tabs icon's border at the bottom becomes rough and deteriorated. Could someone help me out why this is happening and how to solve it? I am adding all the images using css.</p> <p><strong>Update</strong></p> <p>Here is my code</p> <p>css</p> <pre><code>footer { position:fixed; width: 100%; height: 60px; bottom:0; left:0; padding: 0; line-height: 100px; z-index:2; background: url(../../assets/img/tabbg.png) repeat-x; } footer ul { list-style-type: none; margin: 0; padding: 0; text-align: center; } footer ul li { display: block; float: left; width: 33%; line-height: 50px; margin-right: 0.5%; height: 58px; text-align: center; overflow: hidden; } footer ul li.one { margin-left: 0.5%; } footer ul li a { display: block; text-decoration: none; margin: 1px; height: 100%; width: 100%; } footer ul li a.home { background: url(../../assets/img/home3.png) center no-repeat; } footer ul li a.profile { background: url(../../assets/img/camera2.png) center no-repeat; } footer ul li a.cam { background: url(../../assets/img/profile2.png) center no-repeat; } </code></pre> <p>Here is my html for tabs</p> <pre><code>&lt;footer&gt; &lt;ul&gt; &lt;li class="one"&gt;&lt;a href="#" rel="home" class="home tabs"&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#" rel="camera" class="profile tabs"&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#" rel="profile" class="cam tabs"&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/footer&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.
 

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