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 98B23177D7 for ; Fri, 8 May 2015 00:41:00 +0000 (UTC) Received: (qmail 73900 invoked by uid 500); 8 May 2015 00:41:00 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 73877 invoked by uid 500); 8 May 2015 00:41:00 -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 73866 invoked by uid 99); 8 May 2015 00:41:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2015 00:41:00 +0000 Date: Fri, 8 May 2015 00:41:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-3562) Wrong splash screen ratio for landscape-only applications MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-3562?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1453368= 1#comment-14533681 ]=20 ASF GitHub Bot commented on CB-3562: ------------------------------------ GitHub user dpolivy opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/47 CB-3562: Disable screen rotation for iPhone when splash screen is shown= (updated) This is an updated port of emarashliev's fix for CB-3562, as this bug s= till exists. The original PR #14 seems to be dead, however. I ported these = changes over to the latest branch of the plugin, and made some minor adjust= ments to avoid deprecated functions. =20 @shazron @agrieve Given the discussion in the previous PR, hopefully th= is can be reviewed and incorporated quickly. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dpolivy/cordova-plugin-splashscreen CB356= 2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-splashscreen/pull/47.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #47 =20 ---- commit 545b0a81139dd48accc4c25ccc8c8b2052635928 Author: Emil Marashliev Date: 2014-02-19T14:05:34Z CB-3562 Disable screen rotation for iPhone when splash screen is shown. commit b6e3023f31063f4d6204355e6b13c348180cf603 Author: Dan Polivy Date: 2015-05-08T00:35:10Z CB-3562: Disable screen rotation for iPhone when splash screen is shown= . =20 This is a port of emarashliev's original fix for CB-3562, cleaned up to avoid deprecated functions. =20 Merge branch 'master' of https://github.com/emarashliev/cordova-plugin-= splashscreen into CB3562 ---- > Wrong splash screen ratio for landscape-only applications > --------------------------------------------------------- > > Key: CB-3562 > URL: https://issues.apache.org/jira/browse/CB-3562 > Project: Apache Cordova > Issue Type: Bug > Components: iOS, Plugin SplashScreen > Affects Versions: 2.6.0, 2.7.0, 2.9.0 > Reporter: Michael Hanselmann > Assignee: Shazron Abdullah > Fix For: 3.4.0 > > > CDVSplashScreen.m shows the splash image with a wrong ratio for landscape= -only applications on iPhone/iPod touch devices. I fixed it locally by appl= ying a 90=C2=B0 transformation (=E2=80=9CCGAffineTransformMakeRotation(M_PI= / 2)=E2=80=9D) to the image view. -- 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