'How to remove Stretchy effect from Android Web View App?
Solution 1:[1]
Maybe this snippet can work it out :
webView.setOverScrollMode(View.OVER_SCROLL_NEVER);
or xml :
android:overScrollMode="never"
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |

