You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/06/03 20:53:02 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14016987#comment-14016987 ] 

ASF GitHub Bot commented on CB-6852:
------------------------------------

GitHub user vladimir-kotikov opened a pull request:

    https://github.com/apache/cordova-plugin-media-capture/pull/17

    CB-6852 media-capture plugin has wrong URIs for AudioRecorder.xaml and VideoRecorder.xaml on WP

    Fix for [CB-6852](https://issues.apache.org/jira/browse/CB-6852)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-plugin-media-capture CB-6852

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-media-capture/pull/17.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #17
    
----
commit d99eb73fe0d4214b0fd52e7fbeb9cf224e017fdf
Author: Vladimir Kotikov <v-...@microsoft.com>
Date:   2014-06-03T07:42:59Z

    Fixes captureTasks UI URIs

----


> 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)