You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "brian johnston (JIRA)" <ji...@apache.org> on 2014/04/25 18:28:16 UTC

[jira] [Created] (CB-6523) Windows 8 can't take base64 photo

brian johnston created CB-6523:
----------------------------------

             Summary: Windows 8 can't take base64 photo
                 Key: CB-6523
                 URL: https://issues.apache.org/jira/browse/CB-6523
             Project: Apache Cordova
          Issue Type: Bug
            Reporter: brian johnston


Test: 

1) set destinationType to navigator.camera.DestinationType.DATA_URI
2) call navigator.camera.getPicture
3) console.log(imageData.substr(0,200));

No errors are thrown but the imageData value is not base64 text.  It is "//capturedimagescache/wp.....jpg". 



--
This message was sent by Atlassian JIRA
(v6.2#6252)