Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-mcnally/PhoneGap-ios-PhoneDialer
A plugin for ios phone gap to launch the dialer programatically in ios >= 5
https://github.com/j-mcnally/PhoneGap-ios-PhoneDialer
Last synced: 3 months ago
JSON representation
A plugin for ios phone gap to launch the dialer programatically in ios >= 5
- Host: GitHub
- URL: https://github.com/j-mcnally/PhoneGap-ios-PhoneDialer
- Owner: j-mcnally
- License: mit
- Created: 2011-11-17T21:50:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T14:02:20.000Z (about 8 years ago)
- Last Synced: 2024-06-23T00:59:23.119Z (6 months ago)
- Language: Objective-C
- Homepage: http://www.kohactive.com
- Size: 157 KB
- Stars: 45
- Watchers: 10
- Forks: 56
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Usage
=====```javascript
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"