ti.admob icon indicating copy to clipboard operation
ti.admob copied to clipboard

[MOD-2479] Android: Interstitial Ads not working with background thread

Open ypbnv opened this issue 6 years ago • 2 comments

JIRA: https://jira.appcelerator.org/browse/MOD-2479

Description: Make sure to always load and show Interstitial ads from the main thread. We can pun this together in a release with https://github.com/appcelerator-modules/ti.admob/pull/83, but if we decide to separate it I will update the version in this PR too.

Test case: The sample in the module is good enough to test this. Run it with different values of run-on-main-thread property in the application's tiapp.xml file.

ypbnv avatar Dec 03 '18 16:12 ypbnv

FYI: Titanium 8.0.0 will only support running JavaScript on the main UI thread. The run-on-main-thread property will be ignored and hard-coded to true internally.

jquick-axway avatar Dec 03 '18 20:12 jquick-axway

How to disable android back button when Interstitial ads shown?

kerberosargos avatar Mar 10 '19 23:03 kerberosargos