deckameron / Ti.Android.Admob

Appcelerator Android module wrapping Admob functionalities
17 stars 7 forks source link

Android device back button close prevent? #14

Closed kerberosargos closed 5 years ago

kerberosargos commented 5 years ago

Hello again, can I prevent android device back button when Interstitial ads showing?

Thank you very much for your great module.

deckameron commented 5 years ago

Hi @kerbooo , AdMob creates its own Activity on top of yours, so it has its own implementation of onBackPressed(), which means that you don't have control of anything that happens once you call interstitial.show(); until AdMob gives control back to your activity.