Closed ashinzekene closed 5 years ago
You should use navigator.contacts.select(['name'])
.
Where did you get that snippet from? That was the old version of the API.
Thank you. I tried this and I got the error on Chrome 76
At least one property must be provided
The above snippet worked though.
I just updated to Chrome 77, I'm getting that the API is not supported, even with the flag enabled
My bad, new API works on Android
Thanks for checking. Issues here are for specification related things, implementation issues should go to the browser's bug tracking system. In your case I'd file a bug in https://crbug.com/ under the Blink>Contacts
component.
If you got that example API snippet from somewhere recently, please let me know so I can update it :)
Tried this on chrome android 77, under the flag
Got error
Failed to execute 'select' on 'ContactManager': Iterator getter is not callable