Skip to content Skip to sidebar Skip to footer

Api Phonegap 3.3.0 Camera For Ios Not Working

I'm developing an app that will capture and save a photo library on ipad, I am using the api library will phonegap camera, and I'm having trouble because the code is not returning

Solution 1:

You have to explicitly add plugin via terminal (command line terminal) then your mention code will be working.

$ phonegap local plugin add org.apache.cordova.camera $ phonegap local plugin add org.apache.cordova.media-capture

have you done this?

Post a Comment for "Api Phonegap 3.3.0 Camera For Ios Not Working"