Does screen.initialize event work on app resume, or something?

Hi!

I wonder if the screeninitialize event work on appresume too (wake from screenlock mode) or just on the first start? Kodular has something like that, (though i dont know how that work) would be nice if AI2 could do it somehow. Or an extension perhaps?

The screen initialize is raised every time a new screen is opened, but not when the app is resumed.
If you kill the app and come back again, the screen initialized will be called once more

you might want to use the tools extension and its ActivityStateChanged event like this

if state = resume
then ...

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

1 Like

Try this:

grafik

Thank you, Taifun. It works great.

Thank you Anke. I will try that too.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.