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

2018-02-27 Thread ASF GitHub Bot (JIRA)

[ 
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:
us...@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:
> 
> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



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

2017-09-19 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9852:


Github user Lianite commented on the issue:

https://github.com/apache/cordova-plugin-camera/pull/200
  
Is there an ETA for this getting merged in?

This still appears to be a problem as of v.2.4.1.


> 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
>  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:
> 
> 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
(v6.4.14#64029)

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



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

2017-03-05 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9852:


Github user zelgerj commented on the issue:

https://github.com/apache/cordova-plugin-camera/pull/200
  
Hi there, works quite well, why is it still open? cheers, johann


> 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: Plugin Camera
>Affects Versions: 1.2.0
> Environment: Windows, Chrome/Firefox
>Reporter: Rob Caldecott
>  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:
> 
> 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
(v6.3.15#6346)

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



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

2016-11-07 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9852:


Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-camera/pull/200
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-camera/pull/200/commits/b5f0a0536ace48f139326857ee63ec651436c567)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/103//PLATFORM=android/artifact/)
 |
 



> 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: Plugin Camera
>Affects Versions: 1.2.0
> Environment: Windows, Chrome/Firefox
>Reporter: Rob Caldecott
>  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:
> 
> 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
(v6.3.4#6332)

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



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

2016-10-13 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9852:


Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-camera/pull/200
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-camera/pull/200/commits/8d748be897448ea7916f00cd92119b7f0674f89e)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/86//PLATFORM=android/artifact/)
 |
 



> 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: Plugin Camera
>Affects Versions: 1.2.0
> Environment: Windows, Chrome/Firefox
>Reporter: Rob Caldecott
>  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:
> 
> 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
(v6.3.4#6332)

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



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

2015-10-29 Thread Richard B Knoll (JIRA)

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

Richard B Knoll commented on CB-9852:
-

I can reproduce this in Chrome 46 and Edge.

> 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: Plugin Camera
>Affects Versions: 1.2.0
> Environment: Windows, Chrome/Firefox
>Reporter: Rob Caldecott
>  Labels: browser
>
> 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:
> 
> 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
(v6.3.4#6332)

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