Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

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

Open
filippodicostanzo opened this issue Jan 25, 2018 · 8 comments

Comments

@filippodicostanzo
Copy link

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
Copy link

I have the same issue with CallNumber.isCallSupported

@jperez1111
Copy link

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
Copy link

afousk commented Apr 13, 2018

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
Copy link

sardapv commented Jul 30, 2020

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

@Tinomuchenje
Copy link

Has anyone managed to solve this Issue? Cant find solutions

@Tinomuchenje
Copy link

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

@vamfixed
Copy link

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

@Tinomuchenje
Copy link

Tinomuchenje commented Nov 14, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants