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.
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.