rohfosho / CordovaCallNumberPlugin

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

How to use this plug-in using PhoneGap? #33

Closed nbaua closed 7 years ago

nbaua commented 7 years ago

Hi,

Can you please suggest how can I use this plug-in as a PhoneGap plug-in?

I need to specify the plug-in with proper namespace and version information and build it for Android and iOS (FYI, I am using DevExtreme FW by DevExpress.com).

The example/tutorial or any documentation URL would be a great help.

Also if you can, Please suggest, if following requirement, can be achieved using this plug-in

STEP 1: User clicks on a button to dial a specific number.

STEP 2: Plug-in takes over control and auto-dials the said number. (It means,that would be best, if the dial pad is hidden and call initiated automatically.)

STEP 3: Once the call is through or hanged up, the Plug-in closes the dial pad and passes the control back to application.

Thanks, I need this ASAP.