Hi,

I´m testing something with WebViews and the JavascriptInterface.

Problem/Question: It it possible/How is it possbile to call a Method like 
this on the Website: 

Android.getClass().getMethod("Test", String.class).invoke(this, "Reflect 2")
>


I always get *Uncaught Error: Error calling method on NPObject. at 
file:///android_asset/www/index.html:31*


I think the Problem is that in JS it is not possbilr to call "String.class" 
in the 2nd parameter? Or?

Someone an idea?

Thanks


-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to