Could you please file a complete test case (e.g. .zip with all files required 
to build, plus instructions to reproduce) at bugzilla.xamarin.com so that we 
can investigate?

Thanks,
 - Jon

On Oct 26, 2011, at 4:45 PM, Windmiller wrote:

> I've changed my code to Test.getNumb(5) but still it crasches when I click,
> Testaren exists but without any methods or functions. It seems to be an
> empty object without nothing, what am I doing wrong.
> 
> With the following code in my Test.html page file:
> 
> document.getElementById('body').innerHTML =   Testaren;
> 
> I'll get the name typed in the body:
> 
> com.testar.Totsi.Testar@405bdfb0
> 
> And when I try the following, in same file:
> 
> var t ="";
> for(o in Testaren)
> t=t+o+', ';
> document.getElementById('body').innerHTML =   t;
> 
> I'll get nothing, because the object is by some reason empty.
> 
> Got an idea?
> 
> 
> --
> View this message in context: 
> http://mono-for-android.1047100.n5.nabble.com/Trouble-using-the-AddJavascriptInterface-with-a-WebView-tp4939866p4941120.html
> Sent from the Mono for Android mailing list archive at Nabble.com.
> _______________________________________________
> Monodroid mailing list
> [email protected]
> 
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to