Skip to content

Open files using emulator? #4

Description

@lhoezee

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]);
};

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions