This package has been deprecated

Author message:

Old code

com.monmouth.contactpicker-prakash

1.0.0 • Public • Published

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!

Package Sidebar

Install

npm i com.monmouth.contactpicker-prakash

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jayaprakashggg