get image from iphone, using phonegap camera api

Posted by udhaya on Stack Overflow See other posts from Stack Overflow or by udhaya
Published on 2010-03-25T17:13:56Z Indexed on 2010/03/25 18:13 UTC
Read the original article Hit count: 672

Filed under:
|
|
|
|

I'm new to Xcode and iPhone apps. I want to select an image from iPhone (camera or library) and send to php via ajax.

http://wiki.phonegap.com/iPhone:-Camera-API

I'm using the phonegap framework, Xcode iPhone SDK version 3.1.x. On clicking button it calls function with parameter 0 or 1, but it does not initialize camera or display the library.

I checked the simulator virtual phone; there is no icon for camera, but the pictures album is there.

I used the same code as in the above link.

What do I do, what and how to check? any other functions to get photos using phonegap?

© Stack Overflow or respective owner

Related posts about phonegap

Related posts about iphone