Cordova doesn't load photos in iOS emulator -


I have tried to load a photo from an example Cordova application. I have copied the full example code from Cordoba's website and entered the permission in the config.xml file:

   & Lt; Feature name = "camera" & gt; & Lt; Param name = "ios-package" value = "CDVCamera" /> & Lt; / Feature & gt; ...  

I uploaded a video about my problem:

Update: Here is the content of the Cordova_Plugin.js file:

  Cordova.define ('Cordova / Plugin_list', function (required, export, module) {module.exports = [{"file": "plugins / org.apache.cordova.console / www / console-via- Logger.js "," Id ":" org.apache.cordova.console.console "," clobbers ": [" console "]}, {" file ":" plugins / org.apache.cordova.console / www / Logger.js "," Id ":" org.apache.cordova.console.logger "," clovers ": [" cordova.logger "]}, {" file ":" plugins / org.apache.cordova.device / Www / device .js "," id ":" org.apache.cordova.device.device "," clob Bers ": [" device "]}, {" file ":" plugins / org.apache.cordova.camera / www / cameraconstants .js "," id ":" org.apache.cordova.camera.Camera "," Clovers ": [" camera "]}, {" file ":" plugins / org.apache.cordova.camera / www / camera.popoverOptions.js "," id ":" org.apache.cordova.camera.CameraPopoverOptions " , "Clubs": ["CameraPopOver Option"]}, {"File": "plugins / org.apache.cordova.camera / www / camera.js", "id": "org.apache.cordova.camera.camera "," Clubs ": [" navigator.camera "]}," "": "Plugins / org.apache.cordova.camera / www / ios / camera.popoverhandle.js", "id": "org.apache .cordova.camera.CameraPopoverHandle "," Clubs ": [" camerapopworld "]}]; Top of Module.exports.metadata = // Metadata {"org.apache.cordova.console": "0.2.9", "org.apache.cordova.device": "0.2.10", "org.apache.cordova ".camera": "0.3.0"} // matamata's bottommom}};  


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -