当前位置 : 主页 > 手机开发 > cordova >

cordova – SVG图像作为windows phone 8和phonegap中的背景图像

来源:互联网 收集:自由互联 发布时间:2021-06-10
我在 Windows phone8的phonegap项目中使用SVG图像作为背景,但它没有显示.以下是代码 .loyaltystar { position:absolute; margin-top:3px; background:url(../img/available-icon.svg) no-repeat; width:21px; height:21px; }lia hre
我在 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>

是phonegap 2.4支持Windows Phone 8的SVG.

解决方案从图像中删除了xml开始标记,现在正在运行…
网友评论