Christoph Pojer created CB-1176:
-----------------------------------
Summary: Media.play() freezes app until file has loaded
Key: CB-1176
URL: https://issues.apache.org/jira/browse/CB-1176
Project: Apache Cordova
Issue Type: Bug
Reporter: Christoph Pojer
When calling myMedia.play() with an external Media file, the app fully freezes
until the file can be played back.
Steps to reproduce:
var media = new Media(url, success, error);
media.play(); // Browser freezes.
It would be great if this could be changed so the browser does not freeze. It
would make it easier for the developer to display a loading indicator or
similar to the user for visual feedback.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira