App.activated() throwing error

Hi team,

We are trying to build a custom app on the Freshdesk page. However, the app is always minimised , we will need to be maximized always like this.


We tried using the app.activated() event, however it is throwing an error saying " “app.activated() is not a function”.


I guess there’s no way the app stays expanded on the page load. That can be treated as a feature request. But like you tried, app.activated() will not expand the app rendering page but instead just invokes the execution context when the user clicks and expands the app in the ticket side bar.

2 Likes

@SwethaGanesh,
As @Saif said, Currently it is not possible, but this needs to be requested to the product since the Product owns when the app opens and closes.

Hope it helps

Thanks