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 AD83DC387 for ; Wed, 12 Nov 2014 18:27:40 +0000 (UTC) Received: (qmail 98451 invoked by uid 500); 12 Nov 2014 18:27:35 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 98431 invoked by uid 500); 12 Nov 2014 18:27: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 98416 invoked by uid 99); 12 Nov 2014 18:27:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2014 18:27:35 +0000 Date: Wed, 12 Nov 2014 18:27:35 +0000 (UTC) From: "Joe Bowser (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=14208399#comment-14208399 ] Joe Bowser commented on CB-7868: -------------------------------- Fair enough. I'm kinda tired of pulling the really low end devices out of the drawer and grepping for navigator, finding nothing, then manually sifting through seeing if my regex was wrong. That said, I really don't like throwing things over the fence, since we've been burned super badly in the past. > 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