Telerik-Verified-Plugins / ImagePicker

Cordova Plugin For Multiple Image Selection
MIT License
182 stars 331 forks source link

Error plugin not installed #100

Open aditya-dikonia opened 6 years ago

aditya-dikonia commented 6 years ago

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 --save @ionic-native/image-picker

when 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 error

console.warn: Install the ImagePicker plugin: 'ionic cordova plugin add cordova-plugin-telerik-imagepicker' console.log: plugin_not_installed

bellalMohamed commented 6 years ago

Same Problem.

candradeg9182 commented 6 years ago

Same problem

chenqingze commented 6 years ago

same problem

karmadice commented 6 years ago

I have same problem, but only when I am running app on "Ionic DevApp", when I run debug APK with following command, it works ionic cordova run android -l -c

Papathiam commented 4 years ago

hello i always have the problem. which can help me to solve it.

hdmnba commented 3 years ago

same problem

developermw-4 commented 3 years ago

i had same issue . try this command ionic cordova platform remove android && ionic cordova platform add android@9.1.0