Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 326F2200BB4 for ; Tue, 1 Nov 2016 16:15:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 30E60160AE5; Tue, 1 Nov 2016 15:15:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7606A160AF7 for ; Tue, 1 Nov 2016 16:14:59 +0100 (CET) Received: (qmail 93976 invoked by uid 500); 1 Nov 2016 15:14:58 -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 93879 invoked by uid 99); 1 Nov 2016 15:14:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 15:14:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6CB802C1F56 for ; Tue, 1 Nov 2016 15:14:58 +0000 (UTC) Date: Tue, 1 Nov 2016 15:14:58 +0000 (UTC) From: "Matt Thompson (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-12099) [SplashScreen] AutoHideSplashScreen not respected, Screen Flicker MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 01 Nov 2016 15:15:00 -0000 [ https://issues.apache.org/jira/browse/CB-12099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Thompson updated CB-12099: ------------------------------- Description: I'm using Cordova (v6.4.0) and the Splashscreen plugin (v4.0.0) (https://github.com/apache/cordova-plugin-splashscreen). The various splash screen images I set are displaying on both Android and iOS devices. However, on Android devices there is a white flash between the splash screen images and my app loading. In my Cordova config.xml file, I have the following lines for the splash screen: {code:xml} {code} I tried disabling the splash screen image from automatically hiding and increasing the delay before the splash screen hides by adding the additional following lines to config.xml: {code:xml} {code} Because auto hide is false and the delay is 10 seconds, I should see the static loading image for a full 10 seconds, but on both iOS and Android it only displays for a second or two. I'm guessing that is the root of the problem. Once auto hide can be disabled, I hoped to manually trigger hiding the splash screen within my app's main init function using: {code:javascript} navigator.splashscreen.hide(); {code} was: I'm using Cordova (v6.4.0) and the Splashscreen plugin (v4.0.0) (https://github.com/apache/cordova-plugin-splashscreen). The various splash screen images I set are displaying on both Android and iOS devices. However, on Android devices there is a white flash between the splash screen images and my app loading. In my Cordova config.xml file, I have the following lines for the splash screen: I tried disabling the splash screen image from automatically hiding and increasing the delay before the splash screen hides by adding the additional following lines to config.xml: Because auto hide is false and the delay is 10 seconds, I should see the static loading image for a full 10 seconds, but on both iOS and Android it only displays for a second or two. I'm guessing that is the root of the problem. Once auto hide can be disabled, I hoped to manually trigger hiding the splash screen within my app's main init function using: navigator.splashscreen.hide(); > [SplashScreen] AutoHideSplashScreen not respected, Screen Flicker > ----------------------------------------------------------------- > > Key: CB-12099 > URL: https://issues.apache.org/jira/browse/CB-12099 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin SplashScreen > Affects Versions: 4.0.0 > Reporter: Matt Thompson > Priority: Minor > > I'm using Cordova (v6.4.0) and the Splashscreen plugin (v4.0.0) (https://github.com/apache/cordova-plugin-splashscreen). > The various splash screen images I set are displaying on both Android and iOS devices. However, on Android devices there is a white flash between the splash screen images and my app loading. > In my Cordova config.xml file, I have the following lines for the splash screen: > {code:xml} > > > {code} > I tried disabling the splash screen image from automatically hiding and increasing the delay before the splash screen hides by adding the additional following lines to config.xml: > {code:xml} > > > {code} > Because auto hide is false and the delay is 10 seconds, I should see the static loading image for a full 10 seconds, but on both iOS and Android it only displays for a second or two. I'm guessing that is the root of the problem. > Once auto hide can be disabled, I hoped to manually trigger hiding the splash screen within my app's main init function using: > {code:javascript} > navigator.splashscreen.hide(); > {code} -- 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