Socket
Socket
Sign inDemoInstall

@zestia/cordova-plugin-filechooser

Package Overview
Dependencies
0
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @zestia/cordova-plugin-filechooser

Cordova FileChooser Plugin


Version published
Maintainers
4
Install size
45.5 kB
Created

Readme

Source

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

Supported Platforms:

  • Android
  • Windows (UWP)

TODO rename open to pick, select, or choose.

FAQs

Last updated on 12 Nov 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc