0
votes

is F11 key disabled in -kiosk mode in Google chrome? I am developing a web application, not chrome extension but my target browser is only Google Chrome. After developing 90% of the app, just now I got stuck in this issue, i.e. if I run Chrome in -kiosk mode, I get nothing for F11 keydown!!!!

I read the same observation here as well.

Anyone?

4

4 Answers

1
votes

I am answering the question myself, because perhaps the stage is not clear; I'm talking about running chrome in kiosk mode, not normal mode. Anyway keydown event is absorbed by chrome, however keyup can still be captured in this situation. I hope that this helps someone if they encounter the same challenge.

0
votes

Isn’t there any way of changing hockeys in chrome? assign to full screen mode other key and use it.

0
votes

I am not sure about the key, but can you just not use the fullScreen API? document.body.webkitRequestFullScreen should take the user full screen on any keyboard or mouse interaction (that you choose).

-1
votes

Alt + F4 exits the -kiosk mode..