Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B8DF1094C for ; Wed, 15 Oct 2014 15:16:44 +0000 (UTC) Received: (qmail 41031 invoked by uid 500); 15 Oct 2014 15:16:44 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 40991 invoked by uid 500); 15 Oct 2014 15:16:44 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 40974 invoked by uid 99); 15 Oct 2014 15:16:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2014 15:16:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 80EE092F558; Wed, 15 Oct 2014 15:16:43 +0000 (UTC) From: dzeims To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-plugin-file pull request: Possible fix for CB-7415: Implem... Content-Type: text/plain Message-Id: <20141015151643.80EE092F558@tyr.zones.apache.org> Date: Wed, 15 Oct 2014 15:16:43 +0000 (UTC) Github user dzeims commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/71#issuecomment-59222344 It looked like the version of WebKit used by iOS 6, 7, and BB 10.2.x would throw a TypeError when attempting to redefine the target property on the ProgressEvent. Updated versions of WebKit, as in iOS 8, didn't seem to have this issue. I've updated the code to wrap the affected versions instead. Seems to work on the iOS 6,7 and BB10 devices I've tried. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org