Greetings I saw the application for viewing the site in webView, a task appeared when you open a program to scroll the page to a specific element. webView.scrollTo () takes absolute values for the parameters, is it possible to somehow get the position of the element (even if you load the html-code) or to implement a scroll in some way?
<a name="anchor"></a>, which you can go to by adding to the page address#anchor- woessswebView.loadUrl("javascript:document.getElementById('firstComment').scrollIntoView();");- run after loading the desired page. - woesss