I am creating a browser-based desktop application with a text view. The text view may contain long horizontal lines. In Chrome, doing the left swipe on the track pad sometimes activates the history.back action and sometimes activates the left scroll action. This is more than a little annoying for our users.
How to disable history deletion so that scrolling scrolls only?
Note that I already supply a special pushstate event handler. And also, that moving forward / backward in the story makes sense in the application, so I can’t just turn off the story.
source
share