Hi guys
I have code that displays an android notification and when someone clicks on that notification, the app comes to the foreground, if it was in the background before. But I want to additionally call a javascript function or run a javascript file after the app came to the forground. How can I do that?
You can find the code here: https://github.com/VanCoding/TitaniumNotificationTest
Thanks