Search code examples
javaandroidwebviewandroid-webview

Android Webview - Access html elements from Java


I want to know if there is any way to access HTML elements in webview in Android (from Java) without using JavaScript interface? I know JavaScript Interface can be used to pass data but is there any way to directly access HTML elements?


Solution

  • there any way to directly access HTML elements?

    No, sorry.