Any trigger when the app comes back form background to foreground

Thanks for the great tools.

‘Activated’ trigger is not triggered when the app comes back from background to foreground.
I need to refresh some information whenever the page is activated (from other pages, from background)
Is there any way to get it done?

While there aren’t really any triggers, we do have the Lifecycle JS api, which might come in handy:

https://www.fusetools.com/docs/fusejs/lifecycle

Liam Svanåsbakken Crouch wrote:

While there aren’t really any triggers, we do have the Lifecycle JS api, which might come in handy:

https://www.fusetools.com/docs/fusejs/lifecycle

Nicely done now
Thanks a million to you, Liam!!