🚀 DAY 3 OF LAUNCH WEEK:Announcing Bun and vlt Support in Socket.Learn more →
Socket
Book a DemoInstallSign in
Socket

com.monmouth.contactpicker-prakash

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.monmouth.contactpicker-prakash

Cordova Plugin for Speech Recognition

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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!

Keywords

cordova

FAQs

Package last updated on 30 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts