On Fri, Dec 10, 2010 at 10:20 AM, Neilz <[email protected]> wrote: > Ah... that would be it then. This form is definitely posting data. > > Sooo... where do I go from here!
If you have control over the Web content, you could use addJavascriptInterface() and arrange for communications that way. Note that addJavascriptInterface() is broken in the 2.3 emulator, though apparently not on the Nexus S. Or, switch to using GET on your forms. Beyond that, I have no ideas off the top o' my head. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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

