Turn off gestures in the Chrome mobile browser

Mobile Chrome (IOS / Android) has a feature in which, if you scroll the left or right margin on the screen, it changes the tabs.

My web application uses scrolling, and this "function" just gets in the way. Is there any way to disable this?

+5
source share
2 answers

No, there is no way to disable this gesture.

There is a ticket requesting a function over https://code.google.com/p/chromium/issues/detail?id=117657 if you want to run it / enable it.

+2
source

If you use two / several fingers, wipes work even from the edges / borders.

0
source

All Articles