I am currently working with a web view (web window) and using the JavaScript function window.scrollTo(x,y) to move content to a specific position. However, I now have a new requirement where I need to determine the (x,y) moving position when the content reaches an anchor tag.
Is it possible for JavaScript to achieve this?