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 846A518B39 for ; Wed, 24 Feb 2016 09:23:18 +0000 (UTC) Received: (qmail 72690 invoked by uid 500); 24 Feb 2016 09:23:18 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 72641 invoked by uid 500); 24 Feb 2016 09:23:18 -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 72266 invoked by uid 99); 24 Feb 2016 09:23:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2016 09:23:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0F71B2C1F57 for ; Wed, 24 Feb 2016 09:23:18 +0000 (UTC) Date: Wed, 24 Feb 2016 09:23:18 +0000 (UTC) From: "James (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-10684) App hangs in Splash screen sometimes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 James created CB-10684: -------------------------- Summary: App hangs in Splash screen sometimes Key: CB-10684 URL: https://issues.apache.org/jira/browse/CB-10684 Project: Apache Cordova Issue Type: Bug Components: iOS Affects Versions: 3.8.0 Reporter: James When application is launched in background by a remote push notification, it may fails to load the index.html due to the time out error. So if a user clicks to launch the application to foreground, it hangs in splash screen. logs from iOS: Feb 17 09:35:05 : Apache Cordova native platform version 3.8.0 is starting. Feb 17 09:35:05 : Multi-tasking -> Device: YES, App: YES Feb 17 09:35:05 : Unlimited access to network resources Feb 17 09:35:05 : [CDVTimer][keyboard] 0.097990ms Feb 17 09:35:05 : [CDVTimer][splashscreen] 24.774015ms Feb 17 09:35:05 : [CDVTimer][statusbar] 9.433031ms Feb 17 09:35:05 : CDVPlugin class CordovaNewRelic (pluginName: newrelic) does not exist. Feb 17 09:35:05 : [CDVTimer][newrelic] 0.407040ms Feb 17 09:35:05 : [CDVTimer][TotalPluginStartup] 35.793006ms Feb 17 09:35:06 : Warning: Application delegate received call to -application:didReceiveRemoteNotification:fetchCompletionHandler: but the completion handler was never called. ...... Feb 17 09:45:09 : Resetting plugins due to page load. ...... Feb 17 09:55:07 : dnssd_clientstub read_all(8) DEFUNCT ...... Feb 17 10:36:15 : Failed to load webpage with error: The request timed out. -- 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