Android : Clear cache in Cordova app

on Wednesday, October 1, 2014


When updating the www-folder of my Android app (using Cordova 3.6.3), the app shows an old cached-version of my www.


If I clear app-data (from Android->Settings->Apps) and run the app, the new updated version of www is shown. This is a big problem when publishing new versions of the app.


How can I force the app to clear the cache when the app is updated (or just every time the app starts)?


0 comments:

Post a Comment