cordova - SVG image as background image in windows phone 8 and phonegap -
i using svg image background in phonegap project windows phone8 not showing. following code
.loyaltystar { position:absolute; margin-top:3px; background:url(../img/available-icon.svg) no-repeat; width:21px; height:21px; } <li><a href="a.html" class="loyaltystar"></a></li>
is phonegap 2.4 supports svg windows phone 8.
got solution removed xml start tag image , working ...
Comments
Post a Comment