I'm trying to exit out of my application when the inappbrowser closes. I'm trying to do so by adding a eventlistener to the browser, and then from there.. maybe like exit(0) or something. But it's not working, the alert is never reached.I'm trying to exit out of my application when t