James Moore wrote: > 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).
It worked for me, if you choose primitive data values. I don't have any examples handy, as the last time I did that was for a consulting gig. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Consulting: http://commonsware.com/consulting -- 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

