Adapt It Mobile

cordova-plugin-env 1.0.0

09 Oct 2017


cordova-plugin-env initial release 1.0.0

The Adapt It Mobile team members have developed a general purpose plugin for the Apache Cordova framework called cordova-plugin-env. This plugin allows Cordova applications to access various directories on Android mobile devices (for example, the Downloads or Documents directories).

The cordova-plugin-env release 1.0.0 has several utility methods that allow Cordova application developers access to external storage on Android devices:

  • getExternalStorageState()
  • isExternalStorageEmulated()
  • isExternalStorageRemovable()
  • getDirectory(string)

For more information about cordova-plugin-env, including installation instructions for Apache Cordova-based mobile apps, please visit the cordova-plugin-env repository page.