Open aditya-dikonia opened 6 years ago
Same Problem.
Same problem
same problem
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
hello i always have the problem. which can help me to solve it.
same problem
i had same issue .
try this command
ionic cordova platform remove android && ionic cordova platform add android@9.1.0
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