Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
24
rated 0 times [  24] [ 0]  / answers: 1 / hits: 26719  / 3 Years ago, wed, may 5, 2021, 6:59:05

I've got a Dell 14R with touchscreen with Ubuntu 14.04.
When I start Google Chrome by clicking the launcher with the TouchPad or with the Super+ combination, touch support in Chrome doesn't work. When I touch some element, it only gets focus, but doesn't activate the element (button, field, etc). And touch gestures don't work.
In the other hand, if I start Chrome by touching the launcher button, touch scroll works in Chrome, even flicking to left does back to the previous page, etc.
It doesn't makes sense to me, but is always like this, even across reboots.
Anyone can confirm this? Any idea on how to fix?


More From » unity

 Answers
7

That problem could be solved for me with Chrome's --touch-devices command line parameter.



Determine X's input device id in a console by



xinput list


leading to



google-chrome --touch-devices=10


on my system.



To make Chrome always use this CLI flag, see:
How to set CLI flags for Google Chrome?


[#25036] Thursday, May 6, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
erettor

Total Points: 303
Total Questions: 121
Total Answers: 103

Location: Colombia
Member since Mon, May 2, 2022
2 Years ago
;