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 A800719D5A for ; Fri, 15 Apr 2016 20:50:30 +0000 (UTC) Received: (qmail 42184 invoked by uid 500); 15 Apr 2016 20:50:27 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 42095 invoked by uid 500); 15 Apr 2016 20:50:26 -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 41797 invoked by uid 99); 15 Apr 2016 20:50:26 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Apr 2016 20:50:26 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2C7C02C1F76 for ; Fri, 15 Apr 2016 20:50:26 +0000 (UTC) Date: Fri, 15 Apr 2016 20:50:26 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS 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-10562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15243603#comment-15243603 ] ASF subversion and git services commented on CB-10562: ------------------------------------------------------ Commit 41d9ae94ffe4e6d70f941f176045ceff45c69d4f in cordova-plugin-splashscreen's branch refs/heads/3.2.x from [~daserge] [ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=41d9ae9 ] CB-10562 hide() not working in latest splashscreen plug in 3.1.0 in iOS > hide() not working in latest splashscreen plug in 3.1.0 in iOS > -------------------------------------------------------------- > > Key: CB-10562 > URL: https://issues.apache.org/jira/browse/CB-10562 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin SplashScreen > Affects Versions: 3.1.0 > Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 4.0.1, IONIC app, latest Cordova & IONIC CLIs > Reporter: Matthias Max > Assignee: Sergey Shakhnazarov > Priority: Critical > Labels: regression > > In version 3.0.0 the command navigator.splashscreen.hide(); works fine. > With the new version 3.1.0 it simply doesn't close the splashscreen. The splashscreen keeps on being displayed for the time set in the config.xml. > config.xml: > > > > > > > > JS: > $ionicPlatform.ready(function() { > // Hide splash screen > if (navigator.splashscreen) { > navigator.splashscreen.hide(); > } > }); -- 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