javascript Programmically exit fullsreen

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-05-19T06:43:19Z Indexed on 2010/05/19 6:50 UTC
Read the original article Hit count: 145

Filed under:

I understand why browsers would disallow websites from programically making the browser fullscreen. However, users typically expect the 'esc' button to exit from full screen, and browsers simply don't do that.

Is there any way to get the browser to exit from full screen.

Thanks.

© Stack Overflow or respective owner

Related posts about JavaScript