i'm using the Cordova media object referenced here in IOS:
http://cordova.apache.org/docs/en/2.5.0/cordova_media_media.md.html#Media
On an android device it works perfectly, loads within seconds. But on a IOS device it takes sometimes more than a minute. Next to that my device becomes allmost non-responsive.
In the console I get this notification:
void SendDelegateMessage(NSInvocation *): delegate (webView:resource:didFinishLoadingFromDataSource:) failed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode
I've mentioned that its not realy streaming, but just loads the complete file onto the device. Is there a way to solve this problem? Using Cordova 2.5.0