Images not showing in PhoneGap Build application

后端 未结 6 558
难免孤独
难免孤独 2021-01-12 06:41

I have recently decided to start using PhoneGap Build to create apps using web technologies. Please note that I\'m using PhoneGap Build not PhoneGap and so I don\'t maintain

6条回答
  •  一向
    一向 (楼主)
    2021-01-12 07:24

    I had a problem with this when I was using media queries in CSS. I forgot to take into account that CSS image paths are relative to the stylesheet, not to the document. So in my case, my path became ../images/...

提交回复
热议问题