You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vladimir Kotikov (JIRA)" <ji...@apache.org> on 2014/06/03 09:40:01 UTC

[jira] [Created] (CB-6852) media-capture plugin has wrong URIs for AudioRecorder.xaml and VideoRecorder.xaml on WP

Vladimir Kotikov created CB-6852:
------------------------------------

             Summary: media-capture plugin has wrong URIs for AudioRecorder.xaml and VideoRecorder.xaml on WP
                 Key: CB-6852
                 URL: https://issues.apache.org/jira/browse/CB-6852
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin Media Capture
            Reporter: Vladimir Kotikov


captureAudio and captureVideo fail on WP8 because of a Navigation failure.

VideoCaptureTask and AudioCaptureTask try to navigate to some xaml files to present a UI for capturing media. The URI is wrong though, so the navigation fails and the app exits. The uris for the xaml pages have 'core' in them, but 'core' is not in the plugin name.

Actual URI:
Plugins/org.apache.cordova.core.media-capture/VideoRecorder.xaml
Plugins/org.apache.cordova.core.media-capture/AudioRecorder.xaml

Expected URI:
Plugins/org.apache.cordova.media-capture/VideoRecorder.xaml
Plugins/org.apache.cordova.media-capture/AudioRecorder.xaml



--
This message was sent by Atlassian JIRA
(v6.2#6252)