Recent content by Paul Hemans

  1. Paul Hemans

    showComposeNewEmailAsync "Not implemented" from Cordova plugin call.

    On a Windows 8.1 Phone device a Cordova app plugin is accessing showComposeNewEmailAsync here is the code; exports.open = function (success, error, args) { var props = args[0], email = exports.getDraftWithProperties(props); Windows.ApplicationModel.Email.EmailManager...