Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF7921774A for ; Tue, 4 Nov 2014 19:20:36 +0000 (UTC) Received: (qmail 23384 invoked by uid 500); 4 Nov 2014 19:20:35 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 23351 invoked by uid 500); 4 Nov 2014 19:20:35 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 23213 invoked by uid 99); 4 Nov 2014 19:20:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2014 19:20:35 +0000 Date: Tue, 4 Nov 2014 19:20:35 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-7868) Cordova Android@3.6.4 is broken for some Android versions (Javascript) 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-7868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14196638#comment-14196638 ] ASF subversion and git services commented on CB-7868: ----------------------------------------------------- Commit f0ceadfd6f59c3bfc7db2922bfd08b4ea8cafe45 in cordova-js's branch refs/heads/master from [~agrieve] [ https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;h=f0ceadf ] CB-7868 Make on navigator not break on some versions of Android > Cordova Android@3.6.4 is broken for some Android versions (Javascript) > ---------------------------------------------------------------------- > > Key: CB-7868 > URL: https://issues.apache.org/jira/browse/CB-7868 > Project: Apache Cordova > Issue Type: Bug > Components: Android, CordovaJS > Affects Versions: 4.0.0 > Environment: Android >= 2.3.6 && <= 4.0.3 > Reporter: Boris Fersing > > Cordova 3.6.4 breaks the compatibility with some versions of Android. The app won't load > I've been able to reproduce the bug on my 2.3.6 and 2.3.7 devices, and according to some bug reports I found, this might also affect other Android versions <= 4.0.3 but I did not have the opportunity to test those platforms. > The bug has been introduced in this commit: https://github.com/apache/cordova-android/commit/025ca36d3ad0e2acb5c496442a661e3759b30af3 > And the culprit is the Object.defineProperty method that is broken on the platforms I mentioned above. (see https://github.com/cujojs/poly/issues/29 ) -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org