[jira] [Commented] (CB-9472) Camera Plugin crashes on iOS if CameraUsesGeolocation is set to true.

2015-09-24 Thread Cesidio DiBenedetto (JIRA)

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

Cesidio DiBenedetto commented on CB-9472:
-

Thanks for the link.

> 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:
> 
> 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] [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] [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



[jira] [Commented] (CB-5294) File input element not opening file picker in Android 4.4

2014-03-27 Thread Cesidio DiBenedetto (JIRA)

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

Cesidio DiBenedetto commented on CB-5294:
-

Hey all, I've been experiencing this issue as well so I wrote a Cordova 
FileChooser plugin to a band-aid for the time being.  Basically, in Android 
4.4(KitKat), as mentioned in previous comments, the file dialog is not opened. 
However the onclick event is still fired on input type=file so you can call 
the FileChooser plugin to open a file dialog and upon selection, you can set a 
variable that contains the full path to the file.  At this point, you can use 
the FileTransfer plugin to upload to your server and hook into the onprogress 
event to show progress. This plugin is mainly configured for Android 4.4 so I 
would recommend to continue to use the native file dialogs for earlier versions 
of Android.  There might be issues with the plugin as I have not fully tested 
all possible scenarios on many devices, but I have installed it on a Nexus 5 
and it worked fine.

https://github.com/cdibened/filechooser

 File input element not opening file picker in Android 4.4
 -

 Key: CB-5294
 URL: https://issues.apache.org/jira/browse/CB-5294
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.1.0
 Environment: Android 4.4 (emulator and Nexus 5)
Reporter: Paul Kane
Assignee: Joe Bowser

 The file input field doesn't respond when clicked/tapped in Android 4.4. 
 Works fine in previous Android versions. This is regardless of whether the 
 Target Level is set to 18 or 19.
 To reproduce, I created a fresh Cordova 3.1.0 project for Android. The only 
 modification I made to the default (placeholder) index.html file was adding a 
 form element with a single input type=file element inside. Clicking the 
 Choose File button does nothing. No Logcat output or errors. Normally at 
 this point a dialogue would open allowing me to select an image from the 
 gallery or take a picture, which is what happens in older Android versions.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5582) Docs lie about CLI having icon splashscreen support

2013-12-06 Thread Cesidio DiBenedetto (JIRA)

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

Cesidio DiBenedetto commented on CB-5582:
-

I have a somewhat similar approach but instead use cordova-cli hooks to move 
the icons/splashscreens in their respective places.  One difference is that I 
move all assets under www/res into a directory under the project root named 
assets.  My thinking is that the icons/splashscreens are not part of the 
application code, but part of the application package.

Take a look:  https://github.com/cdibened/cordova-hooks

Some of the scripts should be updated to support iOS 7 naming conventions (will 
get around to it).

 Docs lie about CLI having icon  splashscreen support
 -

 Key: CB-5582
 URL: https://issues.apache.org/jira/browse/CB-5582
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Reporter: Andrew Grieve
Priority: Minor

 This page:
 http://cordova.apache.org/docs/en/3.2.0/config_ref_images.md.html
 They say icons go in:
 {code}
 www/res/icons
 {code}
 and splashscreens in
 {code}
  $project/www/res/screens/ios.
 {code}
 But the CLI doens't do anything to help with icons nor splashscreens. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4023) Can't install version 2.9.0 of cli

2013-06-27 Thread Cesidio DiBenedetto (JIRA)

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

Cesidio DiBenedetto commented on CB-4023:
-

Dan, I tried downgrading npm, as well as all the other suggestions, but still 
seeing the error.

*MAC OS X v10.8.4

 Can't install version 2.9.0 of cli
 --

 Key: CB-4023
 URL: https://issues.apache.org/jira/browse/CB-4023
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 2.9.0
 Environment: npm 1.3.3, node 0.10.10
Reporter: Dan Moore
Assignee: Filip Maj

 I ran 
 npm remove -g cordova
 npm install -g cordova
 And I get this error message:
 ...
 npm http 304 https://registry.npmjs.org/express
 npm http GET https://registry.npmjs.org/elementtree/-/elementtree-0.1.3.tgz
 npm http GET https://registry.npmjs.org/colors/-/colors-0.6.0.tgz
 npm ERR! TypeError: Invalid Version: 3.0.0alpha1
 npm ERR! at new SemVer 
 (/usr/local/lib/node_modules/npm/node_modules/semver/semver.js:257:11)
 npm ERR! at SemVer.compare 
 (/usr/local/lib/node_modules/npm/node_modules/semver/semver.js:296:13)
 npm ERR! at compare 
 (/usr/local/lib/node_modules/npm/node_modules/semver/semver.js:410:31)
 npm ERR! at rcompare 
 (/usr/local/lib/node_modules/npm/node_modules/semver/semver.js:420:10)
 npm ERR! at Array.sort (native)
 npm ERR! at Function.maxSatisfying 
 (/usr/local/lib/node_modules/npm/node_modules/semver/semver.js:838:6)
 npm ERR! at next (/usr/local/lib/node_modules/npm/lib/cache.js:699:21)
 npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:678:5
 npm ERR! at saved 
 (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:138:7)
 npm ERR! at Object.oncomplete (fs.js:107:15)
 npm ERR! If you need help, you may report this log at:
 npm ERR! http://github.com/isaacs/npm/issues
 npm ERR! or email it to:
 npm ERR! n...@googlegroups.com
 npm ERR! System Linux 2.6.32-358.6.2.el6.x86_64
 npm ERR! command node /usr/local/bin/npm install -g cordova
 npm ERR! cwd /home/mooreds
 npm ERR! node -v v0.10.10
 npm ERR! npm -v 1.3.1
 npm http GET https://registry.npmjs.org/plist/-/plist-0.4.3.tgz
 ...
 Looking in npm-debug.log, I see:
 593 silly lockFile 83d909f9-glob-3-2-1 glob@3.2.1
 594 verbose lock glob@3.2.1 /home/mooreds/.npm/83d909f9-glob-3-2-1.lock
 595 silly addNameRange number 2 { name: 'express', range: '=3.0.0-0 
 3.1.0-0', hasData: true }
 596 silly addNameRange versions [ 'express',
 596 silly addNameRange   [ '0.14.0',
 596 silly addNameRange '0.14.1',
 596 silly addNameRange '1.0.0beta',
 596 silly addNameRange '1.0.0beta2',
 596 silly addNameRange '1.0.0rc',
 596 silly addNameRange '1.0.0rc2',
 596 silly addNameRange '1.0.0rc3',
 596 silly addNameRange '1.0.0rc4',
 596 silly addNameRange '1.0.0',
 596 silly addNameRange '1.0.1',
 596 silly addNameRange '1.0.2',
 596 silly addNameRange '1.0.3',
 596 silly addNameRange '1.0.4',
 596 silly addNameRange '1.0.5',
 596 silly addNameRange '1.0.6',
 596 silly addNameRange '1.0.7',
 596 silly addNameRange '2.0.0beta',
 596 silly addNameRange '1.0.8',
 596 silly addNameRange '2.0.0beta2',
 596 silly addNameRange '2.0.0beta3',
 596 silly addNameRange '2.0.0rc',
 596 silly addNameRange '2.0.0rc2',
 596 silly addNameRange '2.0.0rc3',
 596 silly addNameRange '2.0.0',
 596 silly addNameRange '2.1.0',
 596 silly addNameRange '2.1.1',
 596 silly addNameRange '2.2.0',
 596 silly addNameRange '2.2.1',
 596 silly addNameRange '2.2.2',
 596 silly addNameRange '2.3.0',
 596 silly addNameRange '2.3.1',
 596 silly addNameRange '2.3.2',
 596 silly addNameRange '2.3.3',
 596 silly addNameRange '2.3.4',
 596 silly addNameRange '2.3.5',
 596 silly addNameRange '2.3.6',
 596 silly addNameRange '2.3.7',
 596 silly addNameRange '2.3.8',
 596 silly addNameRange '2.3.9',
 596 silly addNameRange '2.3.10',
 596 silly addNameRange '2.3.11',
 596 silly addNameRange '2.3.12',
 596 silly addNameRange '2.4.0',
 596 silly addNameRange '2.4.1',
 596 silly addNameRange '2.4.2',
 596 silly addNameRange '2.4.3',
 596 silly addNameRange '2.4.4',
 596 silly addNameRange '2.4.5',
 596 silly addNameRange '2.4.6',
 596 silly addNameRange '2.4.7',
 596 silly addNameRange '2.5.0',
 596 silly addNameRange '2.5.1',
 596 silly addNameRange '2.5.2',
 596 silly addNameRange '2.5.3',
 596 silly addNameRange '2.5.4',
 596 silly addNameRange '2.5.5',
 596 silly addNameRange '2.5.6',
 596 silly addNameRange '2.5.7',
 596 silly addNameRange '2.5.8',
 596 silly addNameRange '2.5.9',
 596 silly addNameRange 

[jira] [Commented] (CB-4023) Can't install version 2.9.0 of cli

2013-06-27 Thread Cesidio DiBenedetto (JIRA)

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

Cesidio DiBenedetto commented on CB-4023:
-

Dan,

Finally got it going.

This what I did: clean cache, removed express, removed cordova, downgraded npm, 
installed express, installed cordova.

Thanks for your help.

 Can't install version 2.9.0 of cli
 --

 Key: CB-4023
 URL: https://issues.apache.org/jira/browse/CB-4023
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 2.9.0
 Environment: npm 1.3.3, node 0.10.10
Reporter: Dan Moore
Assignee: Filip Maj

 I ran 
 npm remove -g cordova
 npm install -g cordova
 And I get this error message:
 ...
 npm http 304 https://registry.npmjs.org/express
 npm http GET https://registry.npmjs.org/elementtree/-/elementtree-0.1.3.tgz
 npm http GET https://registry.npmjs.org/colors/-/colors-0.6.0.tgz
 npm ERR! TypeError: Invalid Version: 3.0.0alpha1
 npm ERR! at new SemVer 
 (/usr/local/lib/node_modules/npm/node_modules/semver/semver.js:257:11)
 npm ERR! at SemVer.compare 
 (/usr/local/lib/node_modules/npm/node_modules/semver/semver.js:296:13)
 npm ERR! at compare 
 (/usr/local/lib/node_modules/npm/node_modules/semver/semver.js:410:31)
 npm ERR! at rcompare 
 (/usr/local/lib/node_modules/npm/node_modules/semver/semver.js:420:10)
 npm ERR! at Array.sort (native)
 npm ERR! at Function.maxSatisfying 
 (/usr/local/lib/node_modules/npm/node_modules/semver/semver.js:838:6)
 npm ERR! at next (/usr/local/lib/node_modules/npm/lib/cache.js:699:21)
 npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:678:5
 npm ERR! at saved 
 (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:138:7)
 npm ERR! at Object.oncomplete (fs.js:107:15)
 npm ERR! If you need help, you may report this log at:
 npm ERR! http://github.com/isaacs/npm/issues
 npm ERR! or email it to:
 npm ERR! n...@googlegroups.com
 npm ERR! System Linux 2.6.32-358.6.2.el6.x86_64
 npm ERR! command node /usr/local/bin/npm install -g cordova
 npm ERR! cwd /home/mooreds
 npm ERR! node -v v0.10.10
 npm ERR! npm -v 1.3.1
 npm http GET https://registry.npmjs.org/plist/-/plist-0.4.3.tgz
 ...
 Looking in npm-debug.log, I see:
 593 silly lockFile 83d909f9-glob-3-2-1 glob@3.2.1
 594 verbose lock glob@3.2.1 /home/mooreds/.npm/83d909f9-glob-3-2-1.lock
 595 silly addNameRange number 2 { name: 'express', range: '=3.0.0-0 
 3.1.0-0', hasData: true }
 596 silly addNameRange versions [ 'express',
 596 silly addNameRange   [ '0.14.0',
 596 silly addNameRange '0.14.1',
 596 silly addNameRange '1.0.0beta',
 596 silly addNameRange '1.0.0beta2',
 596 silly addNameRange '1.0.0rc',
 596 silly addNameRange '1.0.0rc2',
 596 silly addNameRange '1.0.0rc3',
 596 silly addNameRange '1.0.0rc4',
 596 silly addNameRange '1.0.0',
 596 silly addNameRange '1.0.1',
 596 silly addNameRange '1.0.2',
 596 silly addNameRange '1.0.3',
 596 silly addNameRange '1.0.4',
 596 silly addNameRange '1.0.5',
 596 silly addNameRange '1.0.6',
 596 silly addNameRange '1.0.7',
 596 silly addNameRange '2.0.0beta',
 596 silly addNameRange '1.0.8',
 596 silly addNameRange '2.0.0beta2',
 596 silly addNameRange '2.0.0beta3',
 596 silly addNameRange '2.0.0rc',
 596 silly addNameRange '2.0.0rc2',
 596 silly addNameRange '2.0.0rc3',
 596 silly addNameRange '2.0.0',
 596 silly addNameRange '2.1.0',
 596 silly addNameRange '2.1.1',
 596 silly addNameRange '2.2.0',
 596 silly addNameRange '2.2.1',
 596 silly addNameRange '2.2.2',
 596 silly addNameRange '2.3.0',
 596 silly addNameRange '2.3.1',
 596 silly addNameRange '2.3.2',
 596 silly addNameRange '2.3.3',
 596 silly addNameRange '2.3.4',
 596 silly addNameRange '2.3.5',
 596 silly addNameRange '2.3.6',
 596 silly addNameRange '2.3.7',
 596 silly addNameRange '2.3.8',
 596 silly addNameRange '2.3.9',
 596 silly addNameRange '2.3.10',
 596 silly addNameRange '2.3.11',
 596 silly addNameRange '2.3.12',
 596 silly addNameRange '2.4.0',
 596 silly addNameRange '2.4.1',
 596 silly addNameRange '2.4.2',
 596 silly addNameRange '2.4.3',
 596 silly addNameRange '2.4.4',
 596 silly addNameRange '2.4.5',
 596 silly addNameRange '2.4.6',
 596 silly addNameRange '2.4.7',
 596 silly addNameRange '2.5.0',
 596 silly addNameRange '2.5.1',
 596 silly addNameRange '2.5.2',
 596 silly addNameRange '2.5.3',
 596 silly addNameRange '2.5.4',
 596 silly addNameRange '2.5.5',
 596 silly addNameRange '2.5.6',
 596 silly addNameRange '2.5.7',
 596 silly addNameRange '2.5.8',
 596