Prevent "pull to refresh" in PWA

0

What techniques can I use to prevent the user from refreshing the page by pulling the Smartphone up and down?

I tried the following in css

html,
body {
    overscroll-behavior-y: contain;
}

But it does not seem to work in all browsers.

    
asked by anonymous 19.12.2018 / 17:48

0 answers