Skip to content

Events don't trigger to me #105

@numerized

Description

@numerized

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions