Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Communicate with webpage inside web view using javascript

Communicate with webpage inside web view using JavaScript and find html5 elements. I've tried some code that execute JavaScript but i want to communicate with webpage or inspect webpage changes and elements inside webview using JavaScript like IDM extension , web browser extension. How can i achieve this?

like image 760
George Jeffin Avatar asked Jul 17 '26 10:07

George Jeffin


1 Answers

You need to use the Javascript Bridge like here:

http://android-er.blogspot.com/2011/10/call-javascript-inside-webview-from.html

or here:

https://labs.mwrinfosecurity.com/blog/2014/06/12/putting-javascript-bridges-into-android-context/

like image 179
Jim Avatar answered Jul 18 '26 22:07

Jim