1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Request keyboard support in Fullscreen mode

This commit is contained in:
Tim Düsterhus 2012-06-14 13:44:30 +02:00
parent 31749cda17
commit 9874d83f27

View File

@ -181,7 +181,7 @@ window.console ?=
else if typeof main.mozRequestFullScreen isnt 'undefined'
main.mozRequestFullScreen()
else if typeof main.webkitRequestFullScreen isnt 'undefined'
main.webkitRequestFullScreen()
main.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT)
else
if typeof document.exitFullscreen isnt 'undefined'
document.exitFullscreen()