We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6397ea4 commit c447ec9Copy full SHA for c447ec9
README.md
@@ -7,7 +7,7 @@ This plugin is an forked version of cordova plugin chooser that provides multipl
7
### Installing
8
9
```sh
10
-cordova plugin add https://github.com/harshzalavadiya/cordova-plugin-simple-file-chooser
+cordova plugin add cordova-plugin-simple-file-chooser
11
```
12
13
### Supported Platforms:
@@ -44,3 +44,7 @@ chooser.getFile(accept?: string) : Promise<undefined|{
44
console.log(file);
45
})();
46
47
+
48
+### Note
49
50
+If calling in typescript don't use types instead use direct javascript by `declare var chooser` on your ts file.
0 commit comments