don / cordova-filechooser

Cordova Plugin that supplies a File Chooser
Other
97 stars 215 forks source link

FileChooser doesn't trigger #10

Open LouisJS opened 8 years ago

LouisJS commented 8 years ago

Hey,

i'm trying to use this plugin in order to get a filechooser that returns informations about selected files. I'm using the code in the example :

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

But nothing happens. I'm using Cordova 5.2.0 and Android platform 4.1.1

Thanks for help.