Enable touch events Mac, Windows, Linux, Chrome OS
Enable pinch scale. Windows, Linux, Chrome OS
Enable pinch virtual viewport. Windows, Linux, Chrome OS, Android
Enable touch based text editing Windows, Linux, Chrome OS
2. Check the no. of your touch-panel
xinput list
for me it gave:
Atmel Atmel maXTouch Digitizer id=10 [slave pointer (2)]
3. Start your chrome browser with the following script
#!/bin/bash
sudo killall chrome
#xinput list # list input devices
google-chrome --touch-devices=10 &