-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Hello, amazing plugin but I have to face two problems.
So far the one that really annoys me is that I cannot catch any event with this code:
I'm on IOS 13.6, I tried with different phones but same OS.
Is there something I am missing ?
Anyone has been able to catch events on IOS13 ?
Thanks a lot
document.addEventListener(
"deviceready",
() => {
cordova.plugins.CordovaCall.on("receiveCall", () => {
console.log("has received an incoming call");
this.event = `${this.uid} ${this.nickname} has received an incoming call`;
});
})
Metadata
Metadata
Assignees
Labels
No labels