Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class not found error in error Callback #13

Open
jeson114 opened this issue Jun 2, 2016 · 2 comments
Open

Class not found error in error Callback #13

jeson114 opened this issue Jun 2, 2016 · 2 comments

Comments

@jeson114
Copy link

jeson114 commented Jun 2, 2016

html 
<input type="file" id="fileinput" name="fileinput" />

js:

    var input = document.getElementById('fileinput');
        input.onclick = function () {
            filechooser.open({}, function (data) { console.log("response",data); }, function (err) { console.log(err); });
        };

I am getting a class not found error on click . any idea why ?

@badogar
Copy link

badogar commented Aug 5, 2016

@jeson114: did you found the answer ?

@jeson114
Copy link
Author

jeson114 commented Aug 12, 2016

no ,
i used this instead : https://github.com/don/cordova-filechooser
This plugin works fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants