[jira] [Commented] (CB-7580) Cordova 3.5.0-0.2.6 with IOS8 cannot take picture

2014-10-02 Thread Mark Gregory (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14156170#comment-14156170
 ] 

Mark Gregory commented on CB-7580:
--

shazron the latest update 8.0.2 has fixed tgis issue.
mark


On 2 Oct 2014, at 06:48, Shazron Abdullah (JIRA) j...@apache.org wrote:


   [ 
https://issues.apache.org/jira/browse/CB-7580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14156113#comment-14156113
 ] 

Shazron Abdullah edited comment on CB-7580 at 10/2/14 5:47 AM:
---

The best way to let us repro this is:
1. Create a new project
2. Add the plugin
3. Add the test case in index.js after deviceready

If you can repro it then, just push the project to Github and provide the link, 
or .zip it up and attach here (without the platforms folder).



was (Author: shazron):
The best way to let us repro this is:
1. Create a new project
2. Add the plugin
3. Add the test case in index.js after deviceready

If you can report it then, just push the project to Github and provide the 
link, or .zip it up and attach here (without the platforms folder).





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


 Cordova 3.5.0-0.2.6 with IOS8 cannot take picture
 -

 Key: CB-7580
 URL: https://issues.apache.org/jira/browse/CB-7580
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Camera
Affects Versions: 3.5.0
 Environment: IOS 8 General Release
Reporter: Mark Gregory
Priority: Critical

 if you call the camera API to take a picture, with 30% and 640 x 480 then the 
 camera appears but the images is not taken by the device.
 you can select a photo from the library no problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7580) Cordova 3.5.0-0.2.6 with IOS8 cannot take picture

2014-10-01 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14156113#comment-14156113
 ] 

Shazron Abdullah commented on CB-7580:
--

The best way to let us repro this is:
1. Create a new project
2. Add the plugin
3. Add the test case in index.js after deviceready

If you can report it then, just push the project to Github and provide the 
link, or .zip it up and attach here (without the platforms folder).


 Cordova 3.5.0-0.2.6 with IOS8 cannot take picture
 -

 Key: CB-7580
 URL: https://issues.apache.org/jira/browse/CB-7580
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Camera
Affects Versions: 3.5.0
 Environment: IOS 8 General Release
Reporter: Mark Gregory
Priority: Critical

 if you call the camera API to take a picture, with 30% and 640 x 480 then the 
 camera appears but the images is not taken by the device.
 you can select a photo from the library no problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7580) Cordova 3.5.0-0.2.6 with IOS8 cannot take picture

2014-09-24 Thread Edna Morales (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14146597#comment-14146597
 ] 

Edna Morales commented on CB-7580:
--

I can't reproduce this. Using:
navigator.camera.getPicture(onSuccess, onFail, { quality: 30,
targetWidth: 640,
targetHeight: 480,
saveToPhotoAlbum: true,
destinationType: Camera.DestinationType.DATA_URL
});

Are you getting any sort of error output?

 Cordova 3.5.0-0.2.6 with IOS8 cannot take picture
 -

 Key: CB-7580
 URL: https://issues.apache.org/jira/browse/CB-7580
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
 Environment: IOS 8 General Release
Reporter: Mark Gregory
Priority: Critical

 if you call the camera API to take a picture, with 30% and 640 x 480 then the 
 camera appears but the images is not taken by the device.
 you can select a photo from the library no problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7580) Cordova 3.5.0-0.2.6 with IOS8 cannot take picture

2014-09-24 Thread Mark Gregory (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14146814#comment-14146814
 ] 

Mark Gregory commented on CB-7580:
--

hi edna i am not saving to camera roll and use file url not data url 
mark


On 24 Sep 2014, at 18:48, Edna Morales (JIRA) j...@apache.org wrote:


   [ 
https://issues.apache.org/jira/browse/CB-7580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14146597#comment-14146597
 ] 

Edna Morales commented on CB-7580:
--

I can't reproduce this. Using:
navigator.camera.getPicture(onSuccess, onFail, { quality: 30,
   targetWidth: 640,
   targetHeight: 480,
   saveToPhotoAlbum: true,
   destinationType: Camera.DestinationType.DATA_URL
   });

Are you getting any sort of error output?




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


 Cordova 3.5.0-0.2.6 with IOS8 cannot take picture
 -

 Key: CB-7580
 URL: https://issues.apache.org/jira/browse/CB-7580
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
 Environment: IOS 8 General Release
Reporter: Mark Gregory
Priority: Critical

 if you call the camera API to take a picture, with 30% and 640 x 480 then the 
 camera appears but the images is not taken by the device.
 you can select a photo from the library no problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7580) Cordova 3.5.0-0.2.6 with IOS8 cannot take picture

2014-09-24 Thread Edna Morales (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14146876#comment-14146876
 ] 

Edna Morales commented on CB-7580:
--

Hm I'm still not able to reproduce this. I've tested on an iPhone and an iPad. 
Any more details on what you are doing, maybe some sample code?
Right now what I'm testing is bringing up the camera. I take the picture. Then 
image preview comes up and you can confirm to either retake or use photo in the 
preview.
What exactly is happening for you? You press the shutter button and nothing 
happens. Any error logs?

 Cordova 3.5.0-0.2.6 with IOS8 cannot take picture
 -

 Key: CB-7580
 URL: https://issues.apache.org/jira/browse/CB-7580
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: iOS
Affects Versions: 3.5.0
 Environment: IOS 8 General Release
Reporter: Mark Gregory
Priority: Critical

 if you call the camera API to take a picture, with 30% and 640 x 480 then the 
 camera appears but the images is not taken by the device.
 you can select a photo from the library no problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)