Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E74AC17F for ; Fri, 13 Apr 2012 19:04:00 +0000 (UTC) Received: (qmail 52740 invoked by uid 500); 13 Apr 2012 19:04:00 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 52721 invoked by uid 500); 13 Apr 2012 19:04:00 -0000 Mailing-List: contact callback-commits-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-commits@incubator.apache.org Received: (qmail 52712 invoked by uid 99); 13 Apr 2012 19:04:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2012 19:04:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2012 19:03:59 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 7A2D75FF for ; Fri, 13 Apr 2012 19:03:39 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Fri, 13 Apr 2012 19:03:39 -0000 Message-ID: <20120413190339.81836.95168@eos.apache.org> Subject: =?utf-8?q?=5BCordova_Wiki=5D_Update_of_=22iOSManualTests=22_by_ShazronAbd?= =?utf-8?q?ullah?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for c= hange notification. The "iOSManualTests" page has been changed by ShazronAbdullah: http://wiki.apache.org/cordova/iOSManualTests?action=3Ddiff&rev1=3D3&rev2= =3D4 * Make sure in the project's Summary tab, you enable all orientations * Handle the event, and write out text to an element regarding the ori= entation angle while you rotate the device and observe the value = * The value is read from '''window.orientation''', and valid values ar= e: '''0, 180, -90, 90'''. The first two are portrait, the second two are la= ndscape. + * Make sure you test this in the iOS 4.3 Simulator/Device as well as i= OS 5 = 3. Test that you '''can rotate the device to an orientation''' when speci= fied in the project's Info.plist * Cordova overrides '''- (BOOL) shouldAutorotateToInterfaceOrientation= :(UIInterfaceOrientation)interfaceOrientation'''=20