Skip to content

Instantly share code, notes, and snippets.

@ppcano
Created October 2, 2012 19:25
Show Gist options
  • Select an option

  • Save ppcano/3822723 to your computer and use it in GitHub Desktop.

Select an option

Save ppcano/3822723 to your computer and use it in GitHub Desktop.
phongap cotnacts
var options = new ContactFindOptions();
options.filter="";
options.multiple=true;
var fields = ["name", "phoneNumbers"];
navigator.contacts.find(fields, onContactsSuccess, onContactsError, options);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment