You can make a Java object accessible to JavaScript inside the WebView:
http://developer.android.com/reference/android/webkit/WebView.html#addJavascriptInterface(java.lang.Object, java.lang.String)
-- Kostya 11.05.2011 18:17, Droid пишет:
I want to try processing text in a normal java activity from the text output of a javascript library in webview. BUT how? Suppose i could write to a file and then read but that is cumbersome.
-- Kostya Vasilyev -- http://kmansoft.wordpress.com -- 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

