firescript / nativescript-contacts

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

getContact does not work in modals #49

Open erkanarslan opened 5 years ago

erkanarslan commented 5 years ago

getContact() function works when used in a regular page but it doesn't show contact selector if opened in a modal.

rickybrown commented 5 years ago

i'm experiencing the same thing. @erkanarslan before I dig in, have you already figured out a solution for this?

erkanarslan commented 5 years ago

Nope. I navigate to another page instead of opening a modal.

dlcole commented 4 years ago

My pull request #84 will likely fix this issue.