PINE64

Full Version: Disable pinch-to-zoom in chromium
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Getting only --disable-pinch in there, and not --enable-pinch requires some tweaking. However, it doesn't help on the pinebook.
I've triedĀ 

Code:
chromium-browser --disable-pinch %U

Output of htop:
Code:
/usr/lib/chromium-browser/chromium-browser --enable-pinch --disable-pinch

Still not working, does anyone have any idea? As a side note, is the two finger zoom being emulated in the hardware (ctrl + +), at the kernel level or in the software? possible to completely disable it?
that's weird that you're still getting both flags... how did you make the change?

it is in hardware. I am hoping for some kind of hw register we could tweak or something. you seem to work for pine, can you help us get documentation for the H2168 controller?
Just from the terminal


Code:
chromium-browser --disable-pinch %U
Try to do this:
OpenĀ chrome://flags/#touch-events and disable it - will it help?
(08-30-2017, 11:07 PM)machinehum Wrote: [ -> ]Just from the terminal


Code:
chromium-browser --disable-pinch %U

if you just run chromium-browser you are running a script which adds the --enable-pinch flag. The real binary is buried in /usr/lib/. Open /usr/bin/chromium-browser with a text editor, you'll see what's going on
Pages: 1 2