Cordova plugin which completely disables the NSURL cache.
Maintainer: Mauro Gadaleta <[email protected]>
Cordova:
cordova plugin add com.wongatech.cordova-disable-nsurl-cache
Add the onload flag to true in your config plugin file
<feature name="CordovaDisableNSURLCache">
<param name="ios-package" value="CordovaDisableNSURLCache" onload="true"/>
</feature>
We ❤️ pull requests!
To contribute:
- Fork the repo
- Update README.md and, if necessary, the demo page