firescript / nativescript-contacts

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

bug fixes of android and ios #31

Closed shkarimpour closed 7 years ago

shkarimpour commented 7 years ago

.save() doesnt work in android and ios in contacts fetched from getAllContacts() because of web worker serialization. this pull request solved it. and the other problom was in android in some situations getAllContacts wont work because of "android.database.CursorIndexOutOfBoundsException: Index 0 requested, with a size of 0" error. its solved too.

firescript commented 7 years ago

thanks a bunch!