You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2015/12/09 00:00:11 UTC

[jira] [Assigned] (CB-9570) CordovaPlugin lifecycle differs from Activity lifecycle

     [ https://issues.apache.org/jira/browse/CB-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser reassigned CB-9570:
------------------------------

    Assignee: Joe Bowser

> CordovaPlugin lifecycle differs from Activity lifecycle
> -------------------------------------------------------
>
>                 Key: CB-9570
>                 URL: https://issues.apache.org/jira/browse/CB-9570
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.5.0
>            Reporter: Kai Schlamp
>            Assignee: Joe Bowser
>
> The CordovaPlugin has the same onStart and onResume callback methods as Androids Activity class. Unfortunately those differ from the Activity Lifecycle (see http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle).
> The onStart and onResume methods of CordovaPlugin are not called when the app starts for the first time (in contrast to the appropriate Activitiy methods).
> Wouldn't it make sense to have the same lifecycle as an Activity (which is quite right in my opinion)?



--
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