Github user shazron commented on the pull request:

    
https://github.com/apache/cordova-plugin-camera/pull/20#issuecomment-42091340
  
    How are you testing this? My device is non-responsive when I integrated 
your code and do:
    ```
    navigator.camera.getPicture(onSuccess, onFail, { quality: 50,
                                        destinationType: 
Camera.DestinationType.NATIVE_URI,
                                        sourceType : 
Camera.PictureSourceType.CAMERA,
                                        saveToPhotoAlbum: true
                                        });
            
            function onSuccess(imageURI) {
                alert(imageURI);
            }
            
            function onFail(message) {
                alert('Failed because: ' + message);
            }
    ```
    I pulled your changes into my branch: 
https://github.com/shazron/cordova-plugin-camera/tree/CB-6627


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to