Images not showing in PhoneGap Build application

后端 未结 6 557
难免孤独
难免孤独 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条回答
  •  萌比男神i
    2021-01-12 07:17

    I had a similar problem. My solution was to change image paths by removing the leading "/": /img/my_icon.png -> img/my_icon.png, then my in-app icons showed up. It looks like your paths are correct though.

提交回复
热议问题