Help, anyone?
I need to know, where should I write a piece of code that will continue running even if an InAppBrowser is opened? I suspect InAppBrowser is a new UIWindow itself.
If I were write native iOS app I will most likely write the looping code/event handling codes in AppDelegate. Where is the AppDelegate's equivalent in Ionic2?