Sent from my iPad
> --
> You received this message because you are subscribed to the Google
> Groups "phonegap" group.
> To post to this group, send email to phon...@googlegroups.com
> To unsubscribe from this group, send email to
> phonegap+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/phonegap?hl=en?hl=en
>
> For more info on PhoneGap or to download the code go to www.phonegap.com
function countContacts()
{
var obj = new ContactFindOptions();
obj.filter="";
obj.multiple=true;
obj.limit=1000000;
navigator.service.contacts.find(["displayName"], onSuccess, fail, obj);
}
function onSuccess(contacts)
{
alert(contacts.length);
}
Simon Mac Donald
http://hi.im/simonmacdonald
Sent from my iPhone