How to prevent 'Overscroll history navigation' without preventing touchstart?
问题 I'm implementing a swipe-base navigation, and I'm running into trouble with Chrome. A newly implemented feature, 'Overscroll history navigation', is triggered when the page is dragged to the right, causing a jump back (to 'history -1'). To prevent this, I'd have to call .preventDefault() on touchstart , but this also disables everything from clicking links to scrolling. How do I prevent browser UI events without interfering with the standard page? Disabling the feature altogether by setting