0

When I move to the bottom or the top of the page in safari, I can still swipe it.

I already tried this way:

document.body.addEventListener('touchmove', (e) => e.preventDefault());

html, body {
  overflow: hidden;
}

how to prevent this action? this action will not appear in the chrome, maybe this is the browser behavior?

blastz
  • 525
  • 5
  • 14

0 Answers0