I created an android & iOS application with cordova and ionic. I added a listener to the pause event and it fires when another application interrupts mine, for example when I receive a call via skype or when I tap the home button on a iOS device.
The problem is that on my iphone, if I receive a phone call the pause event doesn't fire! It's driving me crazy! why a phone call is different from interruptions by other apps?
In android it works correctly.
Any idea?