Re: [mono-android] Passing callback functions from Javascript to Mono

2012-06-11 Thread Terry151151
This appears to be true. After playing around the only things I could pass were primitive data types. Thanks Terry. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Passing-callback-functions-from-Javascript-to-Mono-tp5710278p5710288.html Sent from the Mono for

Re: [mono-android] Passing callback functions from Javascript to Mono

2012-06-11 Thread Jonathan Pryor
On Jun 11, 2012, at 9:36 AM, Terry151151 wrote: > I have a JQuery script that calls a Javascript interface and I would like to > pass two callback functions to Mono. When the C# function get called from the > WebView the two functions are null. Any idea how to pass the callback > functions? I b