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?
1 Answer
there any way to directly access HTML elements?
No, sorry.
2 Comments
user8295243
can you provide any source for this?
CommonsWare
@user8295243: There is no API for it on
WebView or any of its related classes.