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 EB4BDDDE0 for ; Fri, 17 Aug 2012 06:21:40 +0000 (UTC) Received: (qmail 12268 invoked by uid 500); 17 Aug 2012 06:21:40 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 12084 invoked by uid 500); 17 Aug 2012 06:21:39 -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 12047 invoked by uid 99); 17 Aug 2012 06:21:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2012 06:21:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2FAA22C5BE6 for ; Fri, 17 Aug 2012 06:21:38 +0000 (UTC) Date: Fri, 17 Aug 2012 17:21:38 +1100 (NCT) From: "Ranganadh Paramkusam (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1555792378.22674.1345184498195.JavaMail.jiratomcat@arcas> In-Reply-To: <26268480.1146.1344514580993.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (CB-1216) Orientation change listener failed when Orientation constructor is removed from 1.6.0 version 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-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436583#comment-13436583 ] Ranganadh Paramkusam commented on CB-1216: ------------------------------------------ /** * This class provides access to the device orientation. * @constructor */ Orientation = function() { /** * The current orientation, or null if the orientation hasn't changed yet. */ this.currentOrientation = null; } This is in Cordova-1.5.0, but it was removed from next versions > Orientation change listener failed when Orientation constructor is removed from 1.6.0 version > --------------------------------------------------------------------------------------------- > > Key: CB-1216 > URL: https://issues.apache.org/jira/browse/CB-1216 > Project: Apache Cordova > Issue Type: Improvement > Components: iOS > Affects Versions: 1.6.0, 1.7.0 > Environment: Mac > Reporter: Ranganadh Paramkusam > Assignee: Shazron Abdullah > Labels: javascript > Fix For: Master, 2.2.0 > > Original Estimate: 720h > Remaining Estimate: 720h > > Orientation constructor is present upto Cordova 1.5.0, By removing Orientation constructor from 1.6.0, orientation change is not triggered. Please add the constructor in the next version. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira