I want to execute a javascript on already loaded webpage in Webview. I
am loading a new article webpage eg: http://www.techcrunch,com in webview. I
want to run javascript on this already loaded webpage in Webview. This
javascript is an external file in assets folder. The javascript
basically extracts images from the tags in does some other
processing in the html page. How can I execute this javascript on the
already loaded http://www.techcrunch.com page?
Thanks,
It’s the same like for any other web browser. Use the javascript protocol: