Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-6852

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

    XMLWordPrintableJSON

Details

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            vladimir.kotikov Vladimir Kotikov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: