Open npateman opened 10 years ago
If you get the url of any local resource in a phonegap app in cordova, it differs from that on the device. For example,
in ripple,
/images/darktheme/logo.jpg
on device
/www/images/darktheme/logo.jpg
I've had to put in preventative code to stop issues caused by this, but it should really emulate the devices.
If you get the url of any local resource in a phonegap app in cordova, it differs from that on the device. For example,
in ripple,
/images/darktheme/logo.jpg
on device
/www/images/darktheme/logo.jpg
I've had to put in preventative code to stop issues caused by this, but it should really emulate the devices.