May 14, '13 07:30:00AM • Contributed by: kirkmc
Fortunately, another user found a Terminal command that turns this feature off. Run this in Terminal, then relaunch Chrome for it to take effect:
defaults write com.google.Chrome.plist AppleEnableSwipeNavigateWithScrolls -bool FALSE
If you wish to reactivate it, run this command:
defaults write com.google.Chrome.plist AppleEnableSwipeNavigateWithScrolls -bool TRUE
Apparently you can issue this command for other apps, replacing the com.google.Chrome.plist with the appropriate file name. I've only tested this with Chrome, but if you feel like testing with other apps, post in the comments to say which ones work and which don't.
