Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5FABDD0D4 for ; Tue, 30 Oct 2012 13:43:19 +0000 (UTC) Received: (qmail 12166 invoked by uid 500); 30 Oct 2012 13:43:19 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 12105 invoked by uid 500); 30 Oct 2012 13:43:19 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 12087 invoked by uid 99); 30 Oct 2012 13:43:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2012 13:43:18 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gibson.becky@gmail.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2012 13:43:13 +0000 Received: by mail-vc0-f175.google.com with SMTP id p1so282203vcq.6 for ; Tue, 30 Oct 2012 06:42:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=P7T8GFTkCSODFRLjUQp/w/HhEj0dakAe7zDRUVJgvOM=; b=XXAjvY43/7f5Okt+mU5/acqX+2RmsB6XlSeRsCQKG9A2B/TAhqa9d2fcrM9wOXReVm kpHFkaeN9eDHXljCm3+vHDk3QFqLmQ4EqFbOgebvwEFkH8YwazIWAZod4M9FknMJN99N NVYJUo0/CTX6hNbr/mcAqCSGcYp0eA3Cd2PKO9h+wUiEB3CqZdG1suwJooZ1hjzUE4pa OXVurpW71DEmzJZVAt/W06axOSzyfWBnbsTyVkAhVhVywfiX4nrq12TSfQHWdFYZCrhF ijmuSNau/Zsx0dVFvPiQSo0VK13V9v1PzQT0rUd0xAFc9jtEM4lHvRrMEaC3ETGB0gs9 uVLg== MIME-Version: 1.0 Received: by 10.52.92.97 with SMTP id cl1mr43122913vdb.65.1351604573092; Tue, 30 Oct 2012 06:42:53 -0700 (PDT) Received: by 10.59.11.100 with HTTP; Tue, 30 Oct 2012 06:42:53 -0700 (PDT) In-Reply-To: References: Date: Tue, 30 Oct 2012 09:42:53 -0400 Message-ID: Subject: Re: Cordova 2.1 shows the wrong splash screen for a split second From: Becky Gibson To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=20cf3071d01c74b93b04cd46f657 X-Virus-Checked: Checked by ClamAV on apache.org --20cf3071d01c74b93b04cd46f657 Content-Type: text/plain; charset=ISO-8859-1 FYI - you usually have to delete and reinstall the app after you make changes to the splash screen. -becky On Tue, Oct 30, 2012 at 9:36 AM, Andrew Grieve wrote: > Hi Vincent, > > What platform(s) do you see this happening on? We should file a bug for > this. > > > On Mon, Oct 29, 2012 at 10:59 PM, Vincent Wong >wrote: > > > I have updated all my splash screens to show my own. I also > > set AutoHideSplashScreen to false. I've added: > > > > document.addEventListener("deviceready", onDeviceReady, false); > > > > > > > > function onDeviceReady() { > > > > //console.log("We got device ready"); > > > > //cordova.exec(null, null, "SplashScreen", "hide", []); > > > > // Soon to be > > > > navigator.splashscreen.hide(); > > > > } > > > > > > The correct splash screen shows for 1 second. The the default Cordova > > splash shows for another second before my app is loaded. > > > > How do I prevent the default Cordova splash from showing? > > > --20cf3071d01c74b93b04cd46f657--