[
https://issues.apache.org/jira/browse/CB-8618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jcesarmobile closed CB-8618.
----------------------------
Resolution: Won't Fix
WP8 is deprecated and the code was removed from the plugin, so closing as won't
fix
> Error in data != 0x002A when selecting a picture with Phonegap Camera plugin
> - Windows Phone
> --------------------------------------------------------------------------------------------
>
> Key: CB-8618
> URL: https://issues.apache.org/jira/browse/CB-8618
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-plugin-camera
> Affects Versions: 3.6.0
> Environment: wp8
> Reporter: eeadev
> Priority: Major
> Labels: WP8, triaged
>
> I am porting a cordova app to windows-phone-8. Using the cordova camera
> plugin I am using this function:
> function chooseFile() {
> navigator.camera.getPicture(onPhotoCaptureSuccess, onPhotoCaptureFail,
> {
> destinationType: Camera.DestinationType.FILE_URI,
> sourceType: Camera.PictureSourceType.PHOTOLIBRARY,
> }
> );
> }
> it opens up my gallery but when I select my picture, it give me this message
> (in the output console):
> Error in data != 0x002A
> (which is a line code contained in the file ImageExifHelper.cs)
> and the image selected is not displayed.
> What is going on? How to make it work?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]