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 A503110025 for ; Thu, 21 Nov 2013 23:05:36 +0000 (UTC) Received: (qmail 95962 invoked by uid 500); 21 Nov 2013 23:05:36 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 95737 invoked by uid 500); 21 Nov 2013 23:05:36 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 95723 invoked by uid 99); 21 Nov 2013 23:05:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Nov 2013 23:05:36 +0000 Date: Thu, 21 Nov 2013 23:05:36 +0000 (UTC) From: "Jacob Weber (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-4374) Settings "ShowSplashScreenSpinner" and "AutoHideSplashScreen" in config.xml no longer work on iOS platform 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-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13829446#comment-13829446 ] Jacob Weber commented on CB-4374: --------------------------------- Found this by Googling, but you might want to mention it in the documentation: http://docs.phonegap.com/en/3.1.0/cordova_splashscreen_splashscreen.md.html#Splashscreen This page doesn't mention "onload"; instead, it tells you to set AutoHideSplashScreen to false (under "iOS Quirk"). > Settings "ShowSplashScreenSpinner" and "AutoHideSplashScreen" in config.xml no longer work on iOS platform > ---------------------------------------------------------------------------------------------------------- > > Key: CB-4374 > URL: https://issues.apache.org/jira/browse/CB-4374 > Project: Apache Cordova > Issue Type: Bug > Components: iOS, Plugin SplashScreen > Affects Versions: 3.0.0 > Reporter: lmnbeyond > Assignee: Shazron Abdullah > Fix For: 3.1.0 > > > 1. Using CLI I created a project and added splashscreen plugin > 2. Modify the value of "AutoHideSplashScreen" from "true" to "false" > Result: SplashScreen still auto hide > I think this bug maybe related to change https://github.com/apache/cordova-ios/commit/c24b6e3ac8f4240f75921142fd9d4f6b6d1a50d7#CordovaLib/Classes/CDVViewController.m > // TODO: Remove this explicit instantiation once we move to cordova-CLI. > if (useSplashScreen) { > [self getCommandInstance:@"splashscreen"]; > } -- This message was sent by Atlassian JIRA (v6.1#6144)