Is there a way to add an event on_terminate/exit app in the web app?
How to know the web app is terminated?
Similar to native:
...
event_callback.terminate = _on_app_terminate;
...
thanks, slaw
Is there a way to add an event on_terminate/exit app in the web app?
How to know the web app is terminated?
Similar to native:
...
event_callback.terminate = _on_app_terminate;
...
thanks, slaw