Windows – Google Chrome kiosk mode – disable select and copy contextmenu

google-chromekiosktouchscreenwindowswindows 7

I need to display an information website. The user should only be able to press buttons and use scrollbars through a touch screen.
The kiosk mode of Google Chrome fits this requirements pretty well.
However there are the following two problems:

  1. When the user presses long on the screen, the text gets selected
  2. If some text is selected a little (copy) context menu appears

Click here for a screenshot.

Details about my setup:

  • Windows 7 64bit
  • Google Chrome: Version 54.0.2840.99 m (64-bit)
  • Google Chrome start parameters: -disable-pinch -overscroll-history-navigation=0 -kiosk

How can I prevent those two things from happening?
Is there a Google Chrome parameter, a Windows setting or something else?

Best Answer

--kiosk --incognito --no-context-menu

Should do the job

Sources