You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vishnu Raj (JIRA)" <ji...@apache.org> on 2014/01/14 05:28:51 UTC

[jira] [Created] (CB-5787) Progress event(fileTransfer.onprogress) crashes on files <50 MB

Vishnu Raj created CB-5787:
------------------------------

             Summary: Progress event(fileTransfer.onprogress) crashes on files <50 MB
                 Key: CB-5787
                 URL: https://issues.apache.org/jira/browse/CB-5787
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android, iOS
    Affects Versions: 2.9.0
         Environment: Android 4.0+, iOS6+
            Reporter: Vishnu Raj


I have an mp3 download phonegap app. The download progress bar with I made using progressEvent is working fine for small files only. It's good upto files of size 20MB. After that it seems crashes. The result is, app will not respond to any user interactions. But the file is getting downloaded properly. After completing the download, the user can continue using the app and the downloaded file. Until the downloading finishes user feels like the app is not responding. Average size of my files will be 50MB. Maximum will be 60MB.

So the problem seems only in the progress event. I tried debugging the values, values also no getting updating with download progressing. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)