Saranga A
Saranga A

Reputation: 1091

Prevent user from exiting full screen mode in chrome

I encounter this problem while I'm developing a interactive website for a touch enabled screen. Screen will be placed in a public area. So it needs to restrict user exiting the full screen mode in chrome and go to other applications of the computer. How can I restrict people exiting the full screen mode in chrome?

Upvotes: 3

Views: 3682

Answers (2)

mjesbar
mjesbar

Reputation: 101

Use --kiosk mode, this is like fullscreen, but most likely an app. Prevent exit fullscreen

Upvotes: 1

Saranga A
Saranga A

Reputation: 1091

I managed to solve the issue using -kiosk mode. Lucky, in my case there are no any mouse or keyboard attached to the computer.

Upvotes: 1

Related Questions