Sorry, I was sick for a couple of days.

That sounds like a bug.  onStart and onResume should be called on the
plugins, and this most likely got broken when the last refactor.  Do you
have an issue open in JIRA for this?

On Sun, Aug 23, 2015 at 1:35 PM Kai Schlamp <schl...@gmx.de> 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