You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/04/04 15:37:23 UTC

[GitHub] [cordova-plugin-contacts] Bramzor commented on issue #206: Contact loading too slow when user has more than 3000 contacts in his phone.

Bramzor commented on issue #206: Contact loading too slow when user has more than 3000 contacts in his phone.
URL: https://github.com/apache/cordova-plugin-contacts/issues/206#issuecomment-479949074
 
 
   Sorting you should do after loading the contacts by simply using array sorting (so not in scope of the plugin).
   Repeated phonenumbers depends on local contacts, probably they do exist multiple times in your local contacts and in that case you need to filter out the duplicates yourself.
   Selection of multiple contacts, that is also something you need to develop outside the plugin.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org