@vineet-dikonia wrote:
Hi im using ionic 3 with angular 4
I installed the plugin using the following commands:-
$ ionic cordova plugin add cordova-plugin-telerik-imagepicker --variable
$ npm install --savewhen i used the function:-
this.imagePicker.getPictures(options).then((results) => {
for (var i = 0; i < results.length; i++) {
console.log('Image URI: ’ + results[i]);
}
}, (err) => { console,log(err) } );
it gives the the following errorconsole.warn: Install the ImagePicker plugin: 'ionic cordova plugin add cordova-plugin-telerik-imagepicker’
console.log: plugin_not_installed
Posts: 1
Participants: 1