Can't able to Import CallNumber from ionic-native

i have added “ionic plugin add call-number”

once i have add that plugin i got response like this

"Fetching plugin “call-number” via npm

Plugin “mx.ferreyra.callnumber” already installed on android."

but when i tried to import
"import {CallNumber} from ‘ionic-native’;"

it gives error like no exported member ‘CallNumber’.

Hmm its there for sure…

https://github.com/driftyco/ionic-native/blob/master/src/plugins/call-number.ts

Can you try upgrading to the latest stable version?

1 Like

Thank you for response…

I have used like this window.open(“tel:9999999999”) , now its working fine in android. Needs to check in other device