Describe the problem
I would like to be able to hook onto the events emitted when my app enters/exits the foreground on mobile.
Describe the solution you'd like
tao::Event has two variants, Suspended and Resumed that fire whenever your application enters or leaves the foreground on mobile (at least). These events are not propagated to the application window and I do not see any reason why they shouldn't.
I have a working patch of this functionality in my fork that I have been using at work for a few weeks now.
Alternatives considered
No response
Additional context
No response
Describe the problem
I would like to be able to hook onto the events emitted when my app enters/exits the foreground on mobile.
Describe the solution you'd like
tao::Eventhas two variants,SuspendedandResumedthat fire whenever your application enters or leaves the foreground on mobile (at least). These events are not propagated to the application window and I do not see any reason why they shouldn't.I have a working patch of this functionality in my fork that I have been using at work for a few weeks now.
Alternatives considered
No response
Additional context
No response