Closed standevo closed 5 years ago
Hi, @csi-stasik I've tested all our demos in the repo and they works fine. Can you share exact steps to reproduce the issue, the login type you are using and if it is possible a sample project where we can reproduce the issue you are describing.
Hi @DimitarTodorov, Thx.
Sorry is my fault. Immediately after facebook login I show LoadingIndicator for another request and this combination crashes. Strange with the previous version of nativescript-facebook I did not have this issue (the code was the same).
Facebook.login((error: any, fbData: any) => {
if (error) {
console.log(error);
} else {
setTimeout(() => { // <-- this fixed my issue.
// Other stuff
});
}
})
Hi @csi-stasik, Nice to hear that you have resolved the issue you observe. I've tested our angular app and placed code in the login success part of the method and it seems to work without a hitch. Can you share sample example where we can reproduce the issue or if it is already solved with the mentioned solution we can proceed to close this issue.
Hi
After login it crash with the error: