I have an app in java script and I compile it on cordova. I’m using the volt builder right now. It makes an index request calling a Json
The problem is that when I update Json the app doesn’t update because it’s cached on the phone. How to solve this? Thanks.