Skip to content

j-mcnally/PhoneGap-ios-PhoneDialer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Error return by the plugin : ["feature","empty"]

phonedialer.dial("123", function(err) {
            if (err == "feature")
                alert("Your device doesn't support this feature.");
            if (err == "empty")
                alert("Unknown phone number");
});

Installation

cordova add plugin "current repo"

Problem

If you get this error : PhoneDialerPlugin[...] CDVPlugin class PhoneDialer (pluginName: PhoneDialer) does not exist. Check if the PhoneDialer.m exist in your xcode project: "Build Phases" Section -> "Compile Sources"

About

A plugin for ios phone gap to launch the dialer programatically in ios >= 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •