Event listener on clicking fullscreen for html component

Hi all,

Is there some sort of on-change we could access when a user clicks full screen on an html component? Our use case is that we would want to max the height on our text editor if a user clicks full screen.

Thanks,

Alex

1 Like

Bump

Hi @alex.dang

Unfortunately, at time of writing, there is no event-listener for this action, but we have noted the feedback for our product roadmap

1 Like

Do you know if it is possible to programmatically fullsize an html component without actually using the built-in full size button?

We have an editor with a button for “expanding full screen”. I am wondering if I can modify this button to do the same action as the html component’s full size button