phonegap / emulate.phonegap.com

Ripple emulation for PhoneGap's JavaScript environment
http://emulate.phonegap.com
Apache License 2.0
28 stars 18 forks source link

Root URL differs from platform #7

Open npateman opened 10 years ago

npateman commented 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.