You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "TianBo Yang (JIRA)" <ji...@apache.org> on 2013/09/02 05:52:51 UTC

[jira] [Created] (CB-4720) use Cordova CLI create WP8 template project, add plugin cordova-plugin-media-capture! there is a crash!

TianBo Yang created CB-4720:
-------------------------------

             Summary: use Cordova CLI create WP8 template project, add plugin cordova-plugin-media-capture! there is a crash!
                 Key: CB-4720
                 URL: https://issues.apache.org/jira/browse/CB-4720
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin Media Capture
    Affects Versions: 3.0.0
         Environment: win8+vs2012+windows phone8
            Reporter: TianBo Yang
            Assignee: Steve Gill
            Priority: Critical


use Cordova CLI create WP8 template project, add plugin cordova-plugin-media-capture. i modify config.xml add Capture config.

    <feature name="Capture">
        <param name="wp-package" value="Capture" />
    </feature>

then add the captureAudio Example.html(http://cordova.apache.org/docs/en/3.0.0/cordova_media_capture_capture.md.html#Capture)

when i run this project, click captureAudio there is a carsh.
i debug in vs2012,there is the exception log!
 stackTrace:
   at System.Windows.Navigation.NavigationService.Navigate(Uri source)
uri:
{./CordovaLib/UI/AudioRecorder.xaml?dummy=bc51b4bf-8798-46ee-a2a6-cad51bd23401}

exception msg:
Navigation is only supported to relative URIs that are fragments, or begin with '/', or which contain ';component/'.
Parameter name: uri

i guess this crash is cause by Navigate uri can't found!

i hope you can fix this problem qucikly! thanks !



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira