How do you disable swipe history navigation in Chrome?

On my Surface Pro, when I drag my finger across the browser window, Chrome will navigate back and forth through the browsing history.

example video
click to open on Youtube

How do I disable this feature?

6

4 Answers

Updated: Q1 2021

This can be disabled on Windows by passing the following flag on the command line:

--disable-features="TouchpadOverscrollHistoryNavigation"
1
  1. Go to chrome://flags/#overscroll-history-navigation

  2. Disable the Overscroll history navigation experiment:

    enter image description here

3

You can also pass

--overscroll-history-navigation=0 

as startup parameter to chrome

1

It works for MacOS to disabling of swiping.

Just run Terminal of MacOS and paste and run this command

defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false

After that close chrome and run it again.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like