AppLovin / AppLovin-MAX-SDK-Android

Other
216 stars 96 forks source link

App Lovin Interstitial advertisement and web view issue #680

Closed taewooyo closed 1 week ago

taewooyo commented 3 weeks ago

MAX SDK Version

12.4.2

Device/Platform Info

all device

Current Behavior

This is a portal app that uses custom webview. When using App Lovin interstitial ads, Google Ad Manager button touches do not work. Liftoff Monetize only shows a black screen, and Mintegral also doesn't work with touch.

However, they work well in activities other than webviews.

Can't it be used in webview?

Expected Behavior

I want to make sure that all operations, including Google Ad Manager, work well in webview.

How to Reproduce

This occurs when a fragment or custom web view is displayed on an activity.

Additional Info

No response

taewooyo commented 3 weeks ago

https://github.com/AppLovin/AppLovin-MAX-SDK-Android/issues/523

It's the same as this link, I'm also using webview.pasueTimers().

The reason for using it is that in Android, the web view continues to operate in the background.

taewooyo commented 3 weeks ago

I solved it problem.

I think Google's full-page ad and Vungle's full-page ad are related to the webview. When I used webview.pausetimers(), it stopped. Google doesn't touch, and vungle only has a black screen.