I have added NativeAd
in RecyclerView
with MediaView
(Open bidding + Admob).
Sometimes when I am scrolling a list. video ad showing blank with white color. but image ads loading perfectly.
Main issue is when scroll recycler view then displays blank video in media view.
Below AdMob libraries are used in application
implementation 'com.google.firebase:firebase-ads:20.2.0'
implementation 'com.google.ads.mediation:facebook:6.5.0.0'
here I have attached an image of how looks like the screen when showing a blank video. if anyone has faced this type of issue or gets resolved then please give a hint or solution.
-----------------Edit-------------------
- I have found the actual problem for displaying native ads in recycler view.
- I m using viewpager in my application and the same native ad show in 2 pager fragments so If in Screen A display NativeAd1 and same NaiveAd display in Screen B then showing the blank view as above image.