Android, Phonegap, jqm 1.4
When a user uploads a new profile pic in my app, it changes on the server, but since the img src is the same path (same path, new data), it doesn't update in the app (page refresh, building a new image element, etc.) I have to restart the app for the changes to take place.
Is there a way to refresh just the image elements so they will redownload the image?
I suppose it's cacheing the image... I'd like to keep cacheing in general, but just "un-cache" when a user changes their pic.
Note: This problem doesn't happen in my chrome/ripple emulator, it updates on page refresh.