How to enable camera feature in a sencha touch application using phonegap?

Posted by Fabre on Stack Overflow See other posts from Stack Overflow or by Fabre
Published on 2012-10-01T09:04:51Z Indexed on 2012/10/06 15:37 UTC
Read the original article Hit count: 261

Filed under:
|
|

I have developed one application in sencha touch2. I want to design a page in such a way that The page has a default image and one button below that. By clicking that button device camera should open(device mainly iPad and iPhone) and after capturing the image lets see it stored in a folder named as "capture" in your device. Then that captured image should replace that default image.

I want to use Phonegap compulsorily. I have seen phone gap APIs for camera but I don't get it how to use it exactly. I am using MAC and Xcode for development.

© Stack Overflow or respective owner

Related posts about ios

Related posts about phonegap