You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/27 15:25:00 UTC

[jira] [Commented] (CB-9852) cordova-plugin-camera file picker does not appear in browser

    [ https://issues.apache.org/jira/browse/CB-9852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16378762#comment-16378762 ] 

ASF GitHub Bot commented on CB-9852:
------------------------------------

robertarnesson commented on issue #200: CB-9852: cordova-plugin-camera file picker does not appear in browser
URL: https://github.com/apache/cordova-plugin-camera/pull/200#issuecomment-368914926
 
 
   Yes please merge this

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> cordova-plugin-camera file picker does not appear in browser
> ------------------------------------------------------------
>
>                 Key: CB-9852
>                 URL: https://issues.apache.org/jira/browse/CB-9852
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-camera
>    Affects Versions: 1.2.0
>         Environment: Windows, Chrome/Firefox
>            Reporter: Rob Caldecott
>            Priority: Major
>              Labels: browser, reproduced, triaged
>
> Using latest (5.3.3) Cordova and cordova-plugin-camera 1.2.0, browser support to select an image is not working. Each time you call navigator.camera.getPicture with sourceType = Camera.PictureSourceType.PHOTOLIBRARY a new file input is appended to the document, but nothing actually happens.
> Tested on Chrome 46 and Firefox 40.
> To reproduce, create a basic Cordova project. Add browser as a platform then add the cordova-plugin-camera plugin. Then add a button to your document which when clicked executes the following:
> navigator.camera.getPicture(success, error, {
>     sourceType: Camera.PictureSourceType.PHOTOLIBRARY
> });
> (include a suitable success/error handler).
> Run with cordova emulate browser. When the above is executed, the following is inserted into your document:
> <input type="file" name="files[]">
> Successive calls will add more of these. If you actually click on one then the file picker will appear. But it seems that whatever simulates this click is not working.



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

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