I have that, but when I try to access the image I get the following error.
2017-01-25 19:57:22.892321 V2 Test[23623:5216383] CDVPlugin class SOSPicker (pluginName: ImagePicker) does not exist.
2017-01-25 19:57:22.892454 V2 Test[23623:5216383] ERROR: Plugin âImagePickerâ not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
2017-01-25 19:57:22.892728 V2 Test[23623:5216383] -[CDVCommandQueue executePending] [Line 142] FAILED pluginJSON = [âImagePicker1818942425â,âImagePickerâ,âgetPicturesâ,[{âheightâ:0,âoutputTypeâ:0,âdisable_popoverâ:false,âmaximumImagesCountâ:15,âwidthâ:0,âtitleâ:âSelect an Albumâ,âmessageâ:null,âallow_videoâ:false,âqualityâ:100}]]
I figure out the issue, some of my npm modules dependencies got updated and that broke. So I had to remove all the modules and install the correct version.All good now