I have an app that loads an URL. My problem is that it shows me the old version of that webpage and never loads the new one(I think it keeps the webpage in cache and loads it from there even though I have wireless connection). Is there a way to programmatically specify my app to never keep the webpages in memory? Or maybe I have a different problem that need another approach.
Share
try something like this(not tested) for deleting the cache at the end of session:
or
for disabling it