AppLovin / AppLovin-MAX-Flutter

MIT License
55 stars 29 forks source link

Show banner show image during playing video #275

Open Hai4320 opened 2 weeks ago

Hai4320 commented 2 weeks ago

MAX Plugin Version

4.0.2

Flutter Version

3.22.3

Device/Platform Info

Sony Xperia XQ-AT52

Current Behavior

I'm currently using two libraries simultaneously: video_player: ^2.9.2 and applovin_max: ^4.0.2. When displaying a popup with an AppLovin banner over a screen that's playing a video, the banner shows an image of the playing video instead of the ad.

Expected Behavior

Show banner ads

How to Reproduce

Displaying a popup with an AppLovin banner over a screen that's playing a video, the banner shows an image of the playing video instead of the ad

Reproducible in the demo app?

No

Additional Info

This issue only produce on Android device

alhiwatan commented 16 hours ago

@Hai4320, based on your description, it seems the issue may be related to video_player causing video plane confusion, where the banner ad inadvertently displays a frame from the playing video instead of the ad content. This behavior can occur due to how video rendering systems handle overlapping surfaces or layers.

To troubleshoot, could you try the following: