I noted this as weird as well, but it's just always been this way in
Cordova. I think it came from the fact that on iOS you only get a resume
after a pause.

You can always use
http://developer.android.com/reference/android/app/Application.html#registerActivityLifecycleCallbacks%28android.app.Application.ActivityLifecycleCallbacks%29
to listen to the callbacks directly though.

On Mon, Aug 24, 2015 at 1:27 PM, Joe Bowser <bows...@gmail.com> wrote:

> 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