fullscreenchange event just fires on start of mode change. Is there any option to trigger an event of full screen completion? I want to update the width of certain things in an html canvas on going to full screen. For that I need the event on full screen complete event where I will get the new width of page and update the canvas objects accordingly.
fullscreenchangeevent just fires on start of mode change. Is there any option to trigger an event of full screen completion? I want to update the width of certain things in an html canvas on going to full screen. For that I need the event on full screen complete event where I will get the new width of page and update the canvas objects accordingly.