gpt4 book ai didi

svg - Ionic 3 背景图像 svg 未出现在 Ionic View 中

转载 作者:行者123 更新时间:2023-12-02 05:07:32 25 4
gpt4 key购买 nike

我正在使用 Ionic 2 开发一个应用程序。现在,我有这样的风格:

ion-content {
background-image: url('/assets/images/orange-background.svg');
background-repeat: no-repeat;
background-size: 101%;
}

当我 ionic 服务 时,效果很好,但是当我将新版本上传到 Ionic View channel 时,此示例不起作用,background-image 的任何示例都不起作用带有 .svg

我已经尝试过 Ionic - svg does not appear但没有成功。

提前致谢。

编辑 1

我已经在 background-image 中尝试过这个网址:

assets/images/orange-background.svg
/assets/images/orange-background.svg
../assets/images/orange-background.svg
./assets/images/orange-background.svg

这些都不起作用:'(

编辑2

我刚刚发现这个问题只发生在iOS上。

最佳答案

也许网址不正确。在 .css 文件中:url ('../assets/images/orange-background.svg')

在其他情况下,您是否有所不同:在 Whindows 中,当您在浏览器中测试应用程序时,image.SVG 可以工作,但在 Linux(也包括 Android)中则不行。看起来 image.SVG 与 Windows 中的 image.svg 相同。

关于svg - Ionic 3 背景图像 svg 未出现在 Ionic View 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46406367/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com