[jira] [Commented] (CB-8054) Camera getPicture photo library not supported on Windows?

2015-08-08 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8054:


Github user ekambarrao commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/86#issuecomment-128982914
  
I am not sure what is the reason, my code is working fine, plugin is 
working fine, but after the closure  of execution of returning the image to 
page of App, Android 19 with Cordova 3.6.4, after the execution, cordova is 
executing further that is killing the app. Where the same may be true in other 
platforms as well. What is your suggestion in the platform versions, what 
should I be using?


 Camera getPicture photo library not supported on Windows?
 -

 Key: CB-8054
 URL: https://issues.apache.org/jira/browse/CB-8054
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera, Windows
Affects Versions: 3.7.1
 Environment: Windows Phone 8.1
 Lumia 635
 Windows universal app platform
 Camera plugin v0.3.3
Reporter: Boston Dell-Vandenberg
Assignee: Murat Sutunc

 On the Windows platform when calling getPicture() with sourceType of 
 PHOTOLIBRARY or SAVEDPHOTOALBUM it returns Not supported error. 
 The plugin documentation says Windows is supported but is that not the case?



--
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-8054) Camera getPicture photo library not supported on Windows?

2015-08-08 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8054:


Github user ekambarrao commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/86#issuecomment-128988322
  
I just reinstalled Android and Cordova, what the difference in behavior i 
have seen is, earlier, it was exiting in nano seconds, now it is showing the 
library and waiting there for a second in a no response state and then exiting. 


 Camera getPicture photo library not supported on Windows?
 -

 Key: CB-8054
 URL: https://issues.apache.org/jira/browse/CB-8054
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera, Windows
Affects Versions: 3.7.1
 Environment: Windows Phone 8.1
 Lumia 635
 Windows universal app platform
 Camera plugin v0.3.3
Reporter: Boston Dell-Vandenberg
Assignee: Murat Sutunc

 On the Windows platform when calling getPicture() with sourceType of 
 PHOTOLIBRARY or SAVEDPHOTOALBUM it returns Not supported error. 
 The plugin documentation says Windows is supported but is that not the case?



--
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] [Assigned] (CB-9445) executeScript callbacks not working for iOS

2015-08-08 Thread jcesarmobile (JIRA)

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

jcesarmobile reassigned CB-9445:


Assignee: jcesarmobile

 executeScript callbacks not working for iOS
 ---

 Key: CB-9445
 URL: https://issues.apache.org/jira/browse/CB-9445
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin InAppBrowser
Affects Versions: 5.1.1
 Environment: Cordova 5.1.1 (CLI), ios 3.8.0, android 4.0.2, 
 cordova-plugin-inappbrowser 1.0.1 (NPM)
Reporter: Scott Seitz
Assignee: jcesarmobile

 Can someone please check to see if they are encountering the same problem I 
 am in the environment I've listed? (latest released builds of everything I 
 think)
 I open an inappbrowser window and then run an executeScript command using 
 code: (not file:).  Everything works fine on Android, but on iOS, it 
 simply will NOT fire the callback function after executing the injected code. 
  Make the code: as simple as you like to test it and see if you can get a 
 callback to fire.  I've dumbed it down as much as possible and can't get one 
 to fire.  I know that all instances of code I've injected have run fine in 
 the iab by using the console (against the iab) to check for the variables I 
 was creating in the code.  I can't even get a callback to fire that doesn't 
 expect a parameter to be passed back...
 Many thanks,
 Scott



--
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] [Created] (CB-9472) Camera Plugin crashes on iOS if CameraUsesGeolocation is set to true.

2015-08-08 Thread Cesidio DiBenedetto (JIRA)
Cesidio DiBenedetto created CB-9472:
---

 Summary: Camera Plugin crashes on iOS if CameraUsesGeolocation is 
set to true.
 Key: CB-9472
 URL: https://issues.apache.org/jira/browse/CB-9472
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
Reporter: Cesidio DiBenedetto


cordova - 5.1.1
camera-plugin - 1.2.0
cordova-ios - 3.8.0

if you add:

preference name=CameraUsesGeolocation value=true /

to the config.xml, the app crashes after taking a picture.



--
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-9472) Camera Plugin crashes on iOS if CameraUsesGeolocation is set to true.

2015-08-08 Thread Cesidio DiBenedetto (JIRA)

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

Cesidio DiBenedetto commented on CB-9472:
-

Forgot to add, that these are the errors I get:

ImageIO: CGImageDestinationAddImageFromSource image destination parameter is nil

ImageIO: CGImageDestinationFinalize image destination parameter is nil

 Camera Plugin crashes on iOS if CameraUsesGeolocation is set to true.
 -

 Key: CB-9472
 URL: https://issues.apache.org/jira/browse/CB-9472
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
Reporter: Cesidio DiBenedetto

 cordova - 5.1.1
 camera-plugin - 1.2.0
 cordova-ios - 3.8.0
 if you add:
 preference name=CameraUsesGeolocation value=true /
 to the config.xml, the app crashes after taking a picture.



--
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-8804) https://github.com/apache/cordova-plugin-camera#android-quirks

2015-08-08 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8804:


Github user thehuijb commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/97#issuecomment-129063005
  
@adamduren thanks for the +1


 https://github.com/apache/cordova-plugin-camera#android-quirks
 --

 Key: CB-8804
 URL: https://issues.apache.org/jira/browse/CB-8804
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android, Plugin Camera
 Environment: Android
Reporter: Serge Huijben

 Android Quirks
 Android uses intents to launch the camera activity on the device to capture 
 images, and on phones with low memory, the Cordova activity may be killed. In 
 this scenario, the image may not appear when the Cordova activity is restored.
 It can be solved bij implementing this PR: 
 https://github.com/apache/cordova-plugin-camera/pull/97



--
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-8804) https://github.com/apache/cordova-plugin-camera#android-quirks

2015-08-08 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8804:


Github user thehuijb commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/97#issuecomment-129064021
  
@stevengill any chance you could review this?


 https://github.com/apache/cordova-plugin-camera#android-quirks
 --

 Key: CB-8804
 URL: https://issues.apache.org/jira/browse/CB-8804
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android, Plugin Camera
 Environment: Android
Reporter: Serge Huijben

 Android Quirks
 Android uses intents to launch the camera activity on the device to capture 
 images, and on phones with low memory, the Cordova activity may be killed. In 
 this scenario, the image may not appear when the Cordova activity is restored.
 It can be solved bij implementing this PR: 
 https://github.com/apache/cordova-plugin-camera/pull/97



--
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] [Updated] (CB-9472) Camera Plugin crashes on iOS if CameraUsesGeolocation is set to true.

2015-08-08 Thread Cesidio DiBenedetto (JIRA)

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

Cesidio DiBenedetto updated CB-9472:

Priority: Minor  (was: Major)

 Camera Plugin crashes on iOS if CameraUsesGeolocation is set to true.
 -

 Key: CB-9472
 URL: https://issues.apache.org/jira/browse/CB-9472
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
Reporter: Cesidio DiBenedetto
Priority: Minor

 cordova - 5.1.1
 camera-plugin - 1.2.0
 cordova-ios - 3.8.0
 if you add:
 preference name=CameraUsesGeolocation value=true /
 to the config.xml, the app crashes after taking a picture.



--
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