Closed NickIliev closed 5 years ago
@NickIliev After moving my mobile only project to a code sharing project which is based on webpack I cannot use getContact() function. Its success and error promise callbacks aren't called and the code block after the line where I call contacts.getContact() is not executed at all. The function containing all that logic returns immediately.
Do you think that this might be related to the webpack problem you mentioned?
Edit: I found that contact selection window cannot be opened in a modal.
Resolved by PR #50
@firescript the method
getAllContacts
is using aWorker
it must be also made Webpack compatible.e.g. change this line
to