Open jeson114 opened 8 years ago
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 ?
@jeson114: did you found the answer ?
no , i used this instead : https://github.com/don/cordova-filechooser This plugin works fine
js:
I am getting a class not found error on click . any idea why ?