cordova-plugin-file-chooser-android

1.0.1 • Public • Published

Forked because missing npm plugin: https://github.com/don/cordova-filechooser/issues/22

Original plugin repo here: https://github.com/don/cordova-filechooser

Cordova FileChooser Plugin

Requires Cordova >= 2.8.0

Install with Cordova CLI

$ cordova plugin add http://github.com/don/cordova-filechooser.git

Install with Plugman

$ plugman --platform android --project /path/to/project \ 
	--plugin http://github.com/don/cordova-filechooser.git

API

fileChooser.open(successCallback, failureCallback);

The success callback get the uri of the selected file

fileChooser.open(function(uri) {
	alert(uri);
});

Screenshot

Screenshot

TODO rename open to pick, select, or choose.

Package Sidebar

Install

npm i cordova-plugin-file-chooser-android

Weekly Downloads

1

Version

1.0.1

License

Apache-2.0

Last publish

Collaborators

  • luckylooke