flutter_native_admob icon indicating copy to clipboard operation
flutter_native_admob copied to clipboard

Native Ad breaks layout in a list view in iOS

Open itielMaimon opened this issue 5 years ago • 3 comments

Hi,

I'm loading a Native Ad in a list view inside a view pager, when the ad is loading everything seems to work fine, but after the ad is loaded it creates some weird behavior. A Banner ad (which is an overlay, from 'firebase_admob') becomes hidden below the layout and scrolling isn't working properly.

What can I do to fix this?

Simulator Screen Shot - iPhone 11 Pro Max - 2020-04-05 at 06 57 03

Simulator Screen Shot - iPhone 11 Pro Max - 2020-04-05 at 07 05 14

itielMaimon avatar Apr 05 '20 14:04 itielMaimon

Same here!

Klabauterman avatar Apr 17 '20 09:04 Klabauterman

same here

ChoiJun29 avatar Apr 15 '21 02:04 ChoiJun29

Flutter recently announced official support of native and banner ads as part of the widget tree.

It's currently in public Beta but from testing it I can confirm it works great.

https://pub.dev/packages/google_mobile_ads

itielMaimon avatar Apr 15 '21 06:04 itielMaimon