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'd like to capture the window resize event using the EventListener component to help with creating a responsive app layout. To do this I've added the EventListener to my layout:
This does not trigger any callbacks, which I'm assuming is because this event does not bubble, or because it's not possible to capture events from the Window object? Is there a possible workaround here?
The text was updated successfully, but these errors were encountered:
I'd like to capture the window
resize
event using theEventListener
component to help with creating a responsive app layout. To do this I've added theEventListener
to my layout:This does not trigger any callbacks, which I'm assuming is because this event does not bubble, or because it's not possible to capture events from the
Window
object? Is there a possible workaround here?The text was updated successfully, but these errors were encountered: