Image, phone number, name

58 views
Skip to first unread message

Zarlok

unread,
Apr 28, 2012, 7:09:10 AM4/28/12
to phon...@googlegroups.com
You know if PhoneGap, I can get image, name and phone number of ALL my contact list? (bucle)

Zarlok

unread,
Apr 28, 2012, 8:11:17 AM4/28/12
to phon...@googlegroups.com
At the moment I get namelist and number phone but the picture I think that's is impossible with phonegap.

Simon MacDonald

unread,
Apr 28, 2012, 7:12:13 PM4/28/12
to phon...@googlegroups.com
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
> --
> 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

Zarlok

unread,
Apr 29, 2012, 7:45:57 AM4/29/12
to phon...@googlegroups.com
Thanks, it's work =)


El domingo, 29 de abril de 2012 01:12:13 UTC+2, Simon escribió:
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
Reply all
Reply to author
Forward
0 new messages