-
Notifications
You must be signed in to change notification settings - Fork 152
After upgrade ionic framework ERROR CallNumber plugin is not installed #65
Comments
I have the same issue with CallNumber.isCallSupported |
I get the same warning, but in my case it is thrown by CallNumber.isCallSupported(). However, if despite this warning I execute CallNumber.callNumber() it works, i.e. the dialer is launched successfully. So in my case it seems that the isCallSupported() method wrongly indicates that call feature is not available, but the callNumber() method works. |
Just stumbled over the same issue. I don't know if this is a problem with the android environment. I'm currently using Android 7.0 on a Samsung Galaxy A5 2016 |
ionic plugins quality is degrading day by day.. so bad thing..i faced issues with multiple plugins today email composer then this .... |
Has anyone managed to solve this Issue? Cant find solutions |
Fixed my issue by executing npm install call-number. The dependency call-number: version was missing in my package.json. |
Hi i have the same problem. How to fix this? |
What error are you getting can be able to assist? Maybe add a screenshot or message. But for starters look into your package.json for the call-number version. If you don't find it do run npm install call-number |
After i upgraded Ionic Framwerok and the Call Number plugin when i try to call the app return this error:
console.warn: Native: tried calling CallNumber.callNumber, but the CallNumber plugin is not installed.
console.warn: Install the CallNumber plugin: 'ionic cordova plugin add call-number'
I re-install the native plugin
$ ionic cordova plugin add call-number
$ npm install --save @ionic-native/call-number
but I have the same issue
The text was updated successfully, but these errors were encountered: