How to prevent bounce/elastic scroll in iOS prior to v16?

Hi!
As I understand it, since Safari 16 it is finally possible to suppress the bounce/elastic/rubberband scrolling with CSS overscroll-behavior.

But how can I achieve this in older versions of iOS/Safari? Like, at least, v15?
Isn’t there any way to configure the web view component itself?

Thanks a lot!