Sorry not much of an Android expert -- but seeing as no one has replied --
is this a bug, since it appears to be not working as expected? If so,
please file an issue at issues.cordova.io

On Sun, Aug 23, 2015 at 1:35 PM, Kai Schlamp <[email protected]> wrote:

> 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)?
>
> Best regards,
> Kai
>

Reply via email to