I'm loading up a webview with some locally generated html and javascript. It makes calls to app methods just fine.
But what's the right way to get data from Javascript back to the application? It's simple to have javascript call app methods, but any parameters specified in the call on the javascript side don't survive the trip (I just get null in the app). Gross hacks seem obvious (open a url and encode the data in the url), but that can't be right. -- James Moore [email protected] http://jamesmoorecode.blogspot.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

