You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Kai Schlamp (JIRA)" <ji...@apache.org> on 2015/09/07 20:41:46 UTC

[jira] [Created] (CB-9620) Android plugin lifecycle differs from the standard Android lifecycle

Kai Schlamp created CB-9620:
-------------------------------

             Summary: Android plugin lifecycle differs from the standard Android lifecycle
                 Key: CB-9620
                 URL: https://issues.apache.org/jira/browse/CB-9620
             Project: Apache Cordova
          Issue Type: Bug
    Affects Versions: 5.1.1
            Reporter: Kai Schlamp
            Priority: Minor


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



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