URLLoader on Android - unexpected behavior
On an android tablet I'm making a call to a web service. In testing, I'm using an incorrect URL and then listening for Event.COMPLETE, and IOErrorEvent.IO_ERROR. Since the URL is incorrect I should get the error handler... but I don't Event.COMPLETE fires.
If i test on my desktop then it works as expected with the Error event firing, but on the device all I get is Event.COMPLETE and no error, even with a bad URL.
Any ideas? Did some Googling, couldn't find a reason for this behavior.
