I have some problems not exactly with phaser but with Cordova in phaser game, I am not sure how to do callback in Cordova. I would like to get a callback after showing a full-screen ad (admob.requestInterstitialAd()), and then I would like to pause in my game.
The callback will be the best for me because these ads do not show when triggered, but sometimes after a few seconds, and then I want to pause for the game.
Thanks for any replies.