Search code examples
androidioscordovaphonegap-plugins

Implementing Phone Calling feature in an app for android and iOS.Using Phonegap


I am a beginner and I want to implement Phone Calling feature in an app for android and iOS. Using Phonegap ,Is it feasible in case of tablet formfactors also like iPad or Nexus 7 etc? From my understanding, Tablets do not support calling feature otherwise. Can some one provide an idea if we can leverage Phonegap plugins, if there is any such option there. Plus, please provide some insights on integrating Phone-cellular/wifi calling? Many thanks in advance.


Solution

  • Just try the code from this link http://rickluna.com/wp/2012/02/making-a-phone-call-from-within-phonegap-in-android-and-ios/

    It will initiate a call in phonegap which will support for both IOS and Android.