-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS: Inline Adaptive Ads in a list view invoking a click event #867
Comments
Thanks for the report @nickJLm Can you check the same and see if it resembles your use case too or not ? |
Yes, this is a similar issue, but the difference we are seeing (as seen in the video provided), the ad will open when you try and scroll the list when certain ads appear. Our app had the exact issue a while ago, where you can click the bottom navigation bar, and the ad would open if it were directly behind the navigation bar. We were able to fix this, but with further testing, we were able to recreate that issue on the latest version of the package. |
Thanks for the update. I am able to replicate the reported behavior. stable, master flutter doctor -v
|
We have gotten many users contact us about this issue is there a temporary fix or and version we can downgrade to until a proper fix is pushed? |
Our users are seeing the same issue. This is a very important issue because it affects the usability of the app for our users. Some have reported that it is so bad they simply uninstalled the app. As there been any progress on this issue? |
This could be related to flutter/flutter#30143 |
Any news on this? We display a ad inside a list, and the ad is opening randomly when touching the ad while scrolling. This is on Flutter 3.16.8 and google_mobile_ads 4.0.0. |
Hi @andreasAasheim, thank you for flagging this. Does this only happen on iOS for you as well? Are you able to consistently reproduce? If so, can you create a new thread on the AdMob Developer forum that includes your App ID, ad unit ID of the ad that is opening randomly and at best a minimal reproducible sample. It's possible the issue is not a Flutter plugin issue but rather an iOS and/or ad issue. I'll keep this issue open. Thanks! |
We also have a native iOS sample of banner ads in a |
Plugin Version
google_mobile_ads: ^3.0.0
Steps to Reproduce
inline_adaptive_example.dart
Expected results:
As users scroll through the list with inline adaptive ads they should opened from a on click.
Actual results:
As you scroll through the list, certain ads will open even though the user has not clicked on the ad. Many users have contacted us expressing frustration that ads are opening randomly in the app. The video below shows that the Walmart ad opens as you scroll up and down in a list.
Example Video
google_ads_example.mov
This occurs for not all ads but from our users we have been told Amazon ads, Walmart and Rogers.
This only happens on iOS version of the app. We have recreated it on iOS version 16 and above.
Logs
The text was updated successfully, but these errors were encountered: