我在Windows phone8的phonegap项目中使用SVG图像作为背景,但它没有显示.以下是代码
.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>
Run Code Online (Sandbox Code Playgroud)
是phonegap 2.4支持Windows Phone 8的SVG.