You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I am trying to detect when the window's state becomes to minimize, this EventListener doesn't work (it fires only when window resized not minimize, restore,...) window.addEventListener("resize", resizeFunction, false); any idea?