Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fullscreen

How Can We Programmatically Enter And Exit The Fullscreen Mode In Javascript?

Here's documentation on exiting fullscreen mode. I used this code that I learnd to make the bro… Read more How Can We Programmatically Enter And Exit The Fullscreen Mode In Javascript?

Javascript: WebkitIsFullScreen Property IE Equivalent

According to this documentation, Internet Explorer does not support something like webkitIsFullScre… Read more Javascript: WebkitIsFullScreen Property IE Equivalent

FullScreenChange Event Not Work

I try bind FullScreenChange event, but it not work. Maybe i did something wrong? $(document).bind(&… Read more FullScreenChange Event Not Work