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?