You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello.
I'm developing a telephony widget and this method doesn't work as the doc says:
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
The text was updated successfully, but these errors were encountered: