Skip to content

nishilshah17/CordovaContactPickerPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CordovaContactPicker

Finally, a working plugin that allows you to select a phone number from your contacts.

To install, run:

cordova plugin add https://github.com/nishilshah17/CordovaContactPicker.git

To use the plugin, simply add the following JavaScript function:

window.plugins.ContactPicker.pickContact(function (contact) {
  setTimeout(function () {
    phoneNumber = contact.phone;
  }, 0);
}, onError);

Thanks for using this plugin!

About

Native Contact Picker For Cordova

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published