I am trying to implement a solution to prevent the iOS bounce effect in Safari for iOS when a web page content is larger than the viewport.
The page I am working on
You just need to add a CSS property overscroll-behavior: none to your body
overscroll-behavior: none
body
body { overscroll-behavior: none }
More details are in this article