Hi, I would like to a WebView to run some JavaScript before loading the rest of the page. This JavaScript should run in the same context of the page, just as if extra <script> content were added before any other <script> content.
This is not possible with addJavascriptInterface() since I want to set up some instance variables, before the page scripts are run, so that the page scripts can use them. Is this possible? 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

