You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
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.