I have a WebView in my Android App that is loading an HTML string using the loadDataWithBaseURL() method. The problem is that local anchor links (
I was also facing the same issue. Anchor link was jumping to arbitrary position. Make sure not to hide webview when loading.
webview
Use Invisible instead of gone.
Invisible
gone
This change fixed my issue.