Recent searches
No recent searches
Side Conversations - Initial window height
Posted Feb 20, 2025
Hi,
As we can monitor the window.resize event of the client to get the height.
Is there a way to get that information once the app is registered?
If not, how do you handle the height of the Iframe if the user do not resize its screen?
0
1
1 comment
Erica Girges
You can add a resize listening event to automatically adjust the height of your app. It's also recommended to invoke a resize whenever the app.activated event fires.
0