Skip to content

Missing Command Error in Windows Phone 8.1 #69

@gogodigimo

Description

@gogodigimo

I have a simple call to window.canvas2ImagePlugin.saveImageDataToLibrary as seen below:

        window.canvas2ImagePlugin.saveImageDataToLibrary(
            function (msg) {
                $scope.ShareThisPicture(msg);
            },
            function (err) {
                $scope.SimpleAlert("Error", err);
            },
            document.getElementById('myCanvas')
        );

However, when I call the function on an Window Phone 8.1 emulator, I get an error "Missing Command Error" thrown. Any idea what might be causing this?

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