Skip to content

ZOHO.embeddedApp.on("PageLoad", ...) it's only triggered the first time #19

Description

@clopez-icr-evolution

Hello.

I'm developing a telephony widget and this method doesn't work as the doc says:

 ZOHO.embeddedApp.on("PageLoad",function(data)
  {
    console.log(data);
    //Custom Bussiness logic goes here
  })

ZOHO.embeddedApp.init();

I want to receive this event every time I navigate to an entity, but I only get this event when the telephony widget is loaded the first time. If I navigate to other entities once the widget's been initialized I don't receive the event.

It's easy to reproduce.

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions