rohfosho / CordovaCallNumberPlugin

Call a number directly from your cordova application.
MIT License
185 stars 151 forks source link

After upgrade ionic framework ERROR CallNumber plugin is not installed #65

Open filippodicostanzo opened 6 years ago

filippodicostanzo commented 6 years ago

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

GestHairHome commented 6 years ago

I have the same issue with CallNumber.isCallSupported

jperez1111 commented 6 years ago

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.

afousk commented 6 years ago

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

sardapv commented 4 years ago

ionic plugins quality is degrading day by day.. so bad thing..i faced issues with multiple plugins today email composer then this ....

Tinomuchenje commented 3 years ago

Has anyone managed to solve this Issue? Cant find solutions

Tinomuchenje commented 3 years ago

Fixed my issue by executing npm install call-number. The dependency call-number: version was missing in my package.json.

vamfixed commented 2 years ago

Hi i have the same problem. How to fix this?

Tinomuchenje commented 2 years ago

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