科尔多瓦背景图片在Android上不起作用

时间:2019-07-30 03:36:34

标签: android html css cordova

我有一个关于背景图片的问题,该问题在使用cordova构建的Android应用程序上无法正常运行。当我在浏览器上运行它时,背景图像可以正常工作,但在应用程序上,它只是空白的白色背景。在下面,我包括我的CSS代码。 structurethe coderesult on browserresult on apps

1 个答案:

答案 0 :(得分:0)

具有以下结构

www
   -> css
        - style.css

   -> img
        - bag.jpg

   -> index.html

来自style.css

background:url(../img/bag.jpg);

来自index.html

background:url(img/bag.jpg);