How do you disable swipe history navigation in Chrome?
Go to
chrome://flags/#overscroll-history-navigation
Disable the Overscroll history navigation experiment:
You can also pass
--overscroll-history-navigation=0
as startup parameter to chrome
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.