javascript - PhoneGap: Make phone call within application -
is there way initiate phone call within application using phonegap?
i know it's possible use tel:
hyperlinks invoke dialer, means application paused. i'm trying work within application.
any ideas?
you can use callnumber cordova plugin (call-number
on npm) make actual call.
to keep running in background (when app paused due dialer taking over), there cordova-plugin-background-mode. app keep running, can use success callback passed callnumber api stuff when phone-call has succeeded.
Comments
Post a Comment