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/05 14:48:04 UTC

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

     [ https://issues.apache.org/jira/browse/CB-6852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Kotikov closed CB-6852.
--------------------------------


> 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
>              Labels: media-capture, wp8
>
> 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)