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:
When the user presses long on the screen, the text gets selected
If some text is selected a little (copy) context menu appears
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?