rohfosho / CordovaCallNumberPlugin

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

How i know that call is disconnected in ionic 3? #83

Open cooldp007 opened 4 years ago

cooldp007 commented 4 years ago

How i know that call is disconnected. Is there any disconnect event in call number?

Djunnni commented 4 years ago

@cooldp007 It could be different from what you thought. this plugin help to call your native call application if you want to disconnect, you will disconnect in native app : ) thanks ---------------------- How to Use --------------------------- if you want to use, install call-number plugin [ version 4 ]

ionic cordova plugin add call-number
npm install @ionic-native/call-number@4

latest version (5.16.0) do not work in ionic 3

cooldp007 commented 4 years ago

@cooldp007 It could be different from what you thought. this plugin help to call your native call application if you want to disconnect, you will disconnect in native app : ) thanks ---------------------- How to Use --------------------------- if you want to use, install call-number plugin [ version 4 ]

ionic cordova plugin add call-number
npm install @ionic-native/call-number@4

latest version (5.16.0) do not work in ionic 3

Okay. Thanks for your response