Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Android - contact picker - showContacts - not working properly

Hi,
Contacts API for Android has lot of bugs. None of the Contacts API calls are working properly.
Contacts Picker - Titanium.Contacts.showContacts
The following code displays the device's contact picker but it just returns back the the last view without any selected action. Somehow none of the actions been executed properly.

Titanium.Contacts.showContacts({
        selectedPerson: function(e) {
            var person = e.person;
            var emails = person.email;
                    Ti.API.log(emails);
        }
        });

When i tried contacts demo in KitchenSink application on Android, then the same thing.. none of the selected actions working for contact picker.

Please help me.

— asked November 29th 2010 by Prem Dev
  • android
  • contactpicker
  • contacts
0 Comments

2 Answers

  • You don't mention what release of the product you're using.

    — answered November 30th 2010 by Don Thorp
    permalink
    1 Comment
    • Sorry!!
      I am using Ti 1.4.3 (CI) with Android 2.1 SDK on Samsung Galaxy Tablet.

      — commented November 30th 2010 by Prem Dev
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.