Android Webview Anchor Link (Jump link) not working

It looks like the problem is that I had a WebView within a ScrollView. The WebView isn’t able to scroll to an anchor link when configured like this. After refactoring my layout to eliminate the ScrollView, the anchor links work correctly.

Leave a Comment