kaiostech / sample-react

Simple example of a to-do list for KaiOS devices
https://developer.kaiostech.com/getting-started/build-your-first-app/sample-code#react
58 stars 22 forks source link

App launch and exit events #14

Closed inovramadani closed 4 years ago

inovramadani commented 4 years ago

I need to do some actions when app is launched and exited on kaios. Do we have access to the event?

Tried window load unload event, seems not triggered. Tried also react component did mount life cycle method also does not trigger on those events.

Asked also on SOF: https://stackoverflow.com/questions/60152955/event-when-enters-app-and-exits-from-app-on-kaios

inovramadani commented 4 years ago

Just got it, they apparently trigger window focus and blur event respectively.