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
May be relevant to devs using gulp
to build their applications: if images aren't showing up, check out where the images are being placed within www
after a gulp build
.
In my case PhoneGap was searching for images in /www/css
folder. Changing the clean
and images
tasks to reflect that solved my issue.
I was attempting to set a background-image with CSS; it works now using:
background-image: url("img/background.jpg")