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

Error in data != 0x002A when selecting a picture with Phonegap Camera plugin - Windows Phone

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 3.6.0
    • None
    • cordova-plugin-camera
    • wp8

    Description

      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?

      Attachments

        Activity

          People

            Unassigned Unassigned
            eeadev eeadev
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: