I\'m trying to programmatically scroll a WebView to the location of a particular element in the DOM tree. But so far I haven\'t been able to get the WebView to respond to s
You cannot do that using Java Code.
For alls who are stuck at this problem, I have some conclusion about scrolling a webview in android.
window.scrollTo(100,500)
Consider your situation and choose a proper solution. Also be noticed that fling and scroll are different things.