TheFinestArtist / FinestWebView-Android

Beautiful and customizable Android Activity that shows web pages within an app.
https://finestwebview.web.app
2.32k stars 532 forks source link

WebView doesn't snap to anchor tags #171

Open MarkyC opened 5 years ago

MarkyC commented 5 years ago

When clicking a page that uses anchors (hashes) for navigation, the loading indicator shows, but nothing happens and the webview doensn't snap to the proper location.

For example, say I load https://boozer.delivery/faq and click How does Boozer work?, this text contains an anchor to https://boozer.delivery/faq#how-does-boozer-work . Clicking the text on the page should snap the browser to the div on the page with that ID, but instead we see a loading indicator that never goes away.