Android Question Webview Control Html Content

KingEdem

Member
Licensed User
Longtime User
Hello Erel,

Thanks for the links provided and it really helped me.
I am just wondering if there is any way to invoke a button click of a form in side webview control.

I tried various combination to do that in the following ways:

myJSInterfaceInstance.execJS(WebView1, "document.getElementById('abc').Click")
myJSInterfaceInstance.execJS(WebView1, "document.button.id('abc').Click")
myJSInterfaceInstance.execJS(WebView1, "document.body.input.button.id('abc').Click")
myJSInterfaceInstance.execJS(WebView1, "document.body.input.id('abc').Click")

It didn't help .... pls guide ... thanks.
 
Upvote 0
Top