background image position is not rendering in Jelly Bean webView, but works fine in KitKat version
CSS
.clearable{
background:url("../images/txtclear.png") no-repeat right 5px center !important;
border:1px solid #999;
padding:3px 18px 3px 4px;
border-radius:3px;
transition: background 0.4s;
}
HTML
<html>
<body>
<input value="" id="txtsearch" type="email" placeholder="Enter Search string" class="clearable"/>
</body>
</html>
i have also reffered to a similar post in the below URL, but this will not resolve my issue. background-attachment messes up rendering in Jelly Bean WebView?