Hi,
In the object shared between the Java and Javascript code, it appears
that only void and String Java return types are supported. Is this
correct?

I wanted a method that returns a String[] so that my Javascript could
loop over it, but it was never called. I also tried an int, and it
wasn't called either.

However, methods that take a String[] or int as parameters work as
expected.

I tried looking for how this was done in the framework source code,
but it is a native call in BrowserFrame.java.

Any 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to