Hi all, I run a javascript app on the android native browsers. The script writes to a socket on the localhost and I intercept that call - I use the data to do some processing on lower layers and then I return the data to the javascript app on the same socket. This works fine on other browsers (and I am aware of the cross-browser issues here). And it also works fine on this browser up to the pt when I am returning the data to the js app. Is this an issue with the browser security layers where it will block incoming data into a particular socket? Any ideas?
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

