[ https://issues.apache.org/jira/browse/CB-4720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788598#comment-13788598 ]
Steve Gill commented on CB-4720: -------------------------------- I think the feature tag in plugin.xml is wrong for wp7 + wp8. Looks like it references notification instead of capture. I have sent Jesse a email to confirm. > 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 > Labels: plugin-media-capture > Original Estimate: 0.5h > Remaining Estimate: 0.5h > > 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 was sent by Atlassian JIRA (v6.1#6144)