[ 
https://issues.apache.org/jira/browse/CB-14031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adam Szmyd updated CB-14031:
----------------------------
    Attachment: deprecations.png

> iOS cancel action throws "has no access to assets" instead of "No Image 
> Selected" error
> ---------------------------------------------------------------------------------------
>
>                 Key: CB-14031
>                 URL: https://issues.apache.org/jira/browse/CB-14031
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-camera
>         Environment: iOS
>            Reporter: Adam Szmyd
>            Priority: Minor
>         Attachments: deprecations.png
>
>
> When cancelling action of getting image from photo library, an error "has no 
> access to assets" is being returned instead of "No Image Selected"
> Using simple call like that:
> {code:java}
> navigator.camera.getPicture(function () {
>     console.log('Success');
> }, function (error) {
>     console.error(error);
> }, {
>     sourceType: Camera.PictureSourceType.PHOTOLIBRARY
> });
> {code}
>  *This works properly using Camera capturing*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to