PINE64
Disable pinch-to-zoom in chromium - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76)
+--- Forum: Linux on Pinebook (https://forum.pine64.org/forumdisplay.php?fid=79)
+--- Thread: Disable pinch-to-zoom in chromium (/showthread.php?tid=4793)

Pages: 1 2


RE: Disable pinch-to-zoom in chromium - daid - 08-15-2017

Getting only --disable-pinch in there, and not --enable-pinch requires some tweaking. However, it doesn't help on the pinebook.


RE: Disable pinch-to-zoom in chromium - machinehum - 08-23-2017

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?


RE: Disable pinch-to-zoom in chromium - combs - 08-25-2017

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. @Mark you seem to work for pine, can you help us get documentation for the H2168 controller?


RE: Disable pinch-to-zoom in chromium - machinehum - 08-30-2017

Just from the terminal


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



RE: Disable pinch-to-zoom in chromium - shirman - 08-31-2017

Try to do this:
OpenĀ chrome://flags/#touch-events and disable it - will it help?


RE: Disable pinch-to-zoom in chromium - combs - 08-31-2017

(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