Cannot prevent image from getPicture() to be saved in photoalbum on android
---------------------------------------------------------------------------

                 Key: CB-275
                 URL: https://issues.apache.org/jira/browse/CB-275
             Project: Apache Callback
          Issue Type: Bug
            Reporter: Geir-Magnus Pettersen


I am using the following code for getPicture()
{code} 
navigator.camera.getPicture(this.pictureSuccess,this.pictureFail,{ quality: 50,
                destinationType: 0, sourceType: 1
            });

{code} 

pictureSuccess and pictureFail has no contence and still the picture is 
automatically saved to the photoalbum on all the android devices.

I have tried the saveToPhotoAlbum: false option but this does not seem to help. 
Could this be a bug or can you see what I have done wrong?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to