On Sep 17, 10:23 pm, "Maps.Huge.Info (Maps API Guru)"
<cor...@gmail.com> wrote:
> Use JSON instead. No cross domain security with that method.

Sorry I don't understand - how can JSON help here? Retrieving JSON
data from the remote side would still need a XMLHttpRequest.

The bug I filed was rejected for security reasons - malicious apps can
break the security model.

Now I'm thinking of a workaround - use Java objects bound to
JavaScript to act as a facade for network calls. However, I'm not sure
how callbacks can work here - perhaps pass the name of a method to the
Java object, which will then be called back with loadUrl? Not sure if
it's reentrant.

--~--~---------~--~----~------------~-------~--~----~
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