firescript / nativescript-contacts

A nativescript module that gives access to the native contact directory.
MIT License
28 stars 32 forks source link

FileNotFoundException #19

Closed stuartandrews93 closed 5 years ago

stuartandrews93 commented 7 years ago

I've been trying to get all the contacts from my phone's contact list with the getAllContacts() function. I have been encountering an error I can't seem to fix:

Error: Error java.io.FileNotFoundException: content://com.android.contacts/contacts/1/photo

I can access the native list just fine, and I can pull single contacts just fine, but I'd prefer the functionality of being able to pull the entire list.

Any suggestions?

jzgoda commented 5 years ago

I'm closing this because it's over 2 years old without activity.

If it continues to throw an error, please include a reproducible example of the error.