Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 38E17D656 for ; Wed, 17 Oct 2012 22:30:04 +0000 (UTC) Received: (qmail 76715 invoked by uid 500); 17 Oct 2012 22:30:03 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 76612 invoked by uid 500); 17 Oct 2012 22:30:03 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 76584 invoked by uid 99); 17 Oct 2012 22:30:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 22:30:03 +0000 Date: Wed, 17 Oct 2012 22:30:03 +0000 (UTC) From: "Christoph Pojer (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <214618720.60818.1350513003765.JavaMail.jiratomcat@arcas> In-Reply-To: <1876739847.3599.1343870585037.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (CB-1176) Media.play() freezes app until file has loaded MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13478457#comment-13478457 ] Christoph Pojer commented on CB-1176: ------------------------------------- The fix in https://github.com/apache/incubator-cordova-ios/commit/0984e4def9065009d2db521d9aa442cbc5542791 also prevents AAC files from playing. Reverting the commit fixes the issue. > 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 > Components: iOS > Affects Versions: 1.9.0 > Reporter: Christoph Pojer > Fix For: 2.3.0 > > > 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 For more information on JIRA, see: http://www.atlassian.com/software/jira