You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Doug Moscrop (JIRA)" <ji...@apache.org> on 2014/02/12 05:32:19 UTC

[jira] [Created] (CB-6016) capture.captureAudio is not supported on BlackBerry10

Doug Moscrop created CB-6016:
--------------------------------

             Summary: capture.captureAudio is not supported on BlackBerry10
                 Key: CB-6016
                 URL: https://issues.apache.org/jira/browse/CB-6016
             Project: Apache Cordova
          Issue Type: Bug
          Components: BlackBerry
    Affects Versions: 3.3.0
            Reporter: Doug Moscrop


In a similar fashion to CB-117, captureAudio is stubbed on in the media-capture plugin:

    captureAudio: function (win, fail, args, env) {
        var result = new PluginResult(args, env);
        result.error({code: NOT_SUPPORTED_ERROR_CODE});
    }

I suspect this may be due to the API offerings from BlackBerry - however, captureAudio is plainly listed as being supported on BlackBerry 10 in all documentation and even goes as far as to claim it will attempt to launch the voice note app and return the above error status if it is not installed. Recording works if I repackage my Android APK (built via Cordova) to a BAR and run it via the Android runtime on BB.

Sincere apologies if I've missed something.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)