-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
Hello, I'm not sure if this is an "issue", more of a question. Should I be able to open files with this plugin with an emulator? Currently, I'm not getting any errors, however nothing happens after calling :
window.plugins.fileOpener.open(filePath);
Also, I know I'm getting into here when I alert as well:
FileOpener.prototype.open = function(url) {
cordova.exec(null, null, "FileOpener", "openFile", [url]);
};
Metadata
Metadata
Assignees
Labels
No labels