Disabling swiping gestures in mobile chrome browser

android, google-chrome, ios, mobile

Solution

No, there's no way to disable this gesture.

There's a ticket requesting the feature over at https://code.google.com/p/chromium/issues/detail?id=117657 if you want to star it / chime in.

Problem

Mobile chrome (IOS/Android) has a feature where if you swipe at the left or right hand margins of the screen it changes tabs. My web app uses swiping, and this "feature" just seems to get in the way. Is there a way to disable this?

Original source