Wema Wuyts created CB-9968:
------------------------------

             Summary: Windows picture from gallery error
                 Key: CB-9968
                 URL: https://issues.apache.org/jira/browse/CB-9968
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin Camera
         Environment: windows
            Reporter: Wema Wuyts


In windows when using the Cordova Camera Plugin if you select foto from device 
it returns a blob url instead of the path. 
I beleive the function takePictureFromFileWindows should end with :
 successCallback("ms-appdata:///local/" + storageFile.name);
instead of 
successCallback(URL.createObjectURL(storageFile));







--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to