What do you mean? It's their page, why should you execute *your* javascript code? I would assume the only thing you could do is to add your Javascript code into their page after you download it or something... You can add a javascript *interface* to your code, and you can execute your app's java code after the page is loaded, but it doesn't really make sense to execute your javascript code after *their* page is loaded.. (at least, not the way you've described it..)
kris On Tue, Jun 26, 2012 at 1:06 AM, VP <[email protected]> wrote: > Hi, > > I want to execute a javascript on already loaded webpage in Webview. I > am loading a new article webpage eg: 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 <img> tags in does some other > processing in the html page. How can I execute this javascript on the > already loaded www.techcrunch.com page? > > Thanks, > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

