Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
clopezICRSoft opened this issue Jul 11, 2022 · 0 comments

Comments

@clopezICRSoft
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant