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 2017/11/23 12:25:33 UTC

[GitHub] alsorokin closed pull request #159: Taking favorites contacts

alsorokin closed pull request #159: Taking favorites contacts
URL: https://github.com/apache/cordova-plugin-contacts/pull/159
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/Question b/Question
new file mode 100644
index 0000000..9e5a773
--- /dev/null
+++ b/Question
@@ -0,0 +1,16 @@
+I do not see an issue tab so please excuse me I will choose this method to catch your atention.
+I am trying to get Favorites contacts with the plugin but I noticed that whatever contact type I mark as favorites 
+under my andorid phone, the object contacts taken with 
+
+        var options      = new ContactFindOptions();
+        options.multiple = true;
+        options.filter = "";
+        var fields       = ["*"];
+
+        navigator.contacts.find(fields, cb, onError, options);
+        
+is returning the: categories: null !
+I was reading somewhere that should come as {"Favorites_", "Other Category"} or so ?
+
+Thx for your possible answer
+malutanpetronel@gmail.com


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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