Yes you can. Do a:
var options = new ContactFindOptions();
options.filter="";
options.multiple=true;
var fields = ["displayName", "name", "phoneNumbers", "photos"];
navigator.contacts.find(fields, onSuccess, onError, options);
And you should get the results you want.
Simon Mac Donald
http://hi.im/simonmacdonald
On Sat, Apr 28, 2012 at 8:11 AM, Zarlok <euseb...@gmail.com> wrote:
> At the moment I get namelist and number phone but the picture I think that's
> is impossible with phonegap.
>
> El sábado, 28 de abril de 2012 13:09:10 UTC+2, Zarlok escribió:
>>
>> You know if PhoneGap, I can get image, name and phone number of ALL my
>> contact list? (bucle)
>
> --
> 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+unsubscribe@googlegroups.com