tags:

views:

71

answers:

1

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.

A: 

Well since F11 seems to be the established way to go (at least in FF), how about a key listener that fires an F11 whenever it receives an ESC?

seanizer
You can't do that...
Mark