Hi, I’m using DroidScript and displaying my app content inside a WebView.
I noticed that when I scroll to the top or bottom of the page, there is a “bounce/overscroll” effect (the stretch/wave effect). I want to completely disable this behavior.
I already tried CSS solutions like:
But none of them worked, which makes me think this is controlled by the native WebView.
My question: Is there any way in DroidScript to disable the WebView overscroll/bounce effect (like Android’s setOverScrollMode(View.OVER_SCROLL_NEVER))?
If not directly, is there any workaround or plugin to access this setting?
Thanks!