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 66C0817A8E for ; Thu, 9 Apr 2015 01:18:19 +0000 (UTC) Received: (qmail 64773 invoked by uid 500); 9 Apr 2015 01:18:14 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 64753 invoked by uid 500); 9 Apr 2015 01:18:14 -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 64449 invoked by uid 99); 9 Apr 2015 01:18:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2015 01:18:14 +0000 Date: Thu, 9 Apr 2015 01:18:14 +0000 (UTC) From: "Andrew Grieve (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CB-8827) onResume is not called on start-up, yet onStart is 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-8827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve resolved CB-8827. ------------------------------- Resolution: Fixed Fixed in 4.0.0-dev > onResume is not called on start-up, yet onStart is > -------------------------------------------------- > > Key: CB-8827 > URL: https://issues.apache.org/jira/browse/CB-8827 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Reporter: Andrew Grieve > Assignee: Andrew Grieve > Priority: Minor > > onStart was just added by CB-8684. There's code that prevents onResume from being called at start-up though. > I think that on start-up, onResume *should* be sent to plugins, but the JavaScript "pause" event should not be sent. My reason: > 1. JavaScript event is there to be consistent across platforms > 2. Plugin onResume event is a native concern (platform-specific) -- 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