You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2018/01/06 22:34:00 UTC

[jira] [Closed] (CB-13733) There is no callback from the method "camera.getPicture" to indicate that a picture is being selected

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

jcesarmobile closed CB-13733.
-----------------------------
    Resolution: Won't Fix

Closing as won't fix because this is technically not possible, the plugin uses an intent in Android and the Intent will only give use information once the image is finally selected, not while it's actively selecting.
In iOS is also similar, the component used doesn't provide such methods.

> There is no callback from the method "camera.getPicture" to indicate that a picture is being selected
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CB-13733
>                 URL: https://issues.apache.org/jira/browse/CB-13733
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-camera
>         Environment: Android: OS 7.0, Phone Model: Moto G5 Plus
> iOS: OS 10.1.1 (14B150)
>            Reporter: Shemrick Flannigan
>              Labels: android, camera, cameraui, ios
>
> ISSUE
> Initiating the Cordova Camera method "camera.getPicture" does not include a callback function to indicate that a picture is being selected
> Current Behavior
> # When the Cordova app calls the Cordova Camera method "camera.getPicture" there is no callback function to indicate that a picture is being selected. This Cordova app is unaware of whether the Cordova Camera app is actively selecting an image through either:
> #* Camera capture
> #* Image gallery
> Expected Behavior
> # When the Cordova app calls the Cordova Camera method "camera.getPicture" there is a callback function to indicate that a picture is being selected. This Cordova app is aware that the Cordova Camera app is actively selecting an image through either:
> #* Camera capture
> #* Image gallery
> # Platforms affected
> #* Android
> #* iOS



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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