[android-developers] WebView - Documentation of JavaScript and Java Interaction

2010-09-30 Thread Dan
Hello Developers, I have found that there is a significant lack of documentation of WebView's ability to communicate with Java via WebView.addJavaScript() method. First, the debug document http://developer.android.com/guide/developing/debug-tasks.html#DebuggingWebPages appears to no longer work.

Re: [android-developers] WebView - Documentation of JavaScript and Java Interaction

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 9:34 PM, Dan king...@gmail.com wrote:  Second, what object types should we expect when going to and from JavaScript. I have done some trial and error and it appears that complex types can cross the boundary, for example java.util.Vector. However when a Java method