0.0.1 • Published 7 years ago

cordova-disable-nsurl-cache v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Cordova Disable NSURL Cache

Cordova plugin which completely disables the NSURL cache.

Maintainer: Mauro Gadaleta <mauro.gadaleta@wonga.com>

Installation

Cordova:

cordova plugin add com.wongatech.cordova-disable-nsurl-cache

Usage

Add the onload flag to true in your config plugin file

<feature name="CordovaDisableNSURLCache">
    <param name="ios-package" value="CordovaDisableNSURLCache" onload="true"/>
</feature>

Contributing

We :heart: pull requests!

To contribute:

  • Fork the repo
  • Update README.md and, if necessary, the demo page