I have an Android app that we've been developing for several years. At some point the scrolling in a WebView has gotten a bit wonky. It has to do with the "momentum" after swiping up or down. Sometimes the momentum will stop prematurely. Sometimes it will appear to bounce and backup a bit. I'm seeing this on multiple devices so I don't think it isa hardware issue.
The problem seems to happen both on external URLs that are loaded and with built-in HTML files (e.g. Help files).
This is a very plain WebView. I've commented out all the code that configures it or manages its WebViewSettings.
It seems it must have something to do with the app it is embedded in, possibly some manifest settings, but I can't imagine what.
Has anyone experienced anything like this?