What do i need to call the PhoneGap camera API from Sencha touch code?
I have a controller in the Sencha code which calls the navigator.camera.getPicture() function of PhoneGap, on an event of button press. But nothing happens on firing the event.
Do I need to call the getPicture() method in a specific manner frm Sencha?