WebView and HTML anchor tags
Anchor tags in HTML are a way to mark locations on a page that the browser can jump to automatically. If the name of the anchor is attached to the end of the URL after a pound character (#anchor), sometimes called an anchor hash, the browser will load the page, then scroll down so the location […]