yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.38k stars 452 forks source link

When facebook native ads placed inside cardstackview , ads are getting hidden . #199

Closed iamkdblue closed 5 years ago

iamkdblue commented 5 years ago

See this error, how can I solve this?

https://stackoverflow.com/questions/55106680/how-to-place-facebook-native-ads-in-cardstackview-native-ads-gets-hidden-when-a

kolllor33 commented 5 years ago

I think this bug has nothing to do with the library. The problem is that recycleviews are strangs with video and the ads and the library is based on a recycleview it wil have this bug. So I don't know if you find https://stackoverflow.com/questions/33908308/facebook-native-ads-in-recycler-view-android this somthing helpfull?

iamkdblue commented 5 years ago

@kolllor33 thanks for your response, I found the issue in this library which makes ads hidden on dragging, finally I fixed it, now I am trying to play video ads in this library once I did with this issue I will merge into the main code.

Thanks, @yuyakaido and other developers for this library😃

yuyakaido commented 5 years ago

@kdblue @kolllor33 I can't reproduce this issue. But maybe this issue has been fixed in ver. 2.2.4. There is a problem that Adapter.onBindViewHolder is invoked while dragging before ver. 2.2.4.

iamkdblue commented 5 years ago

I tried ver 2.2.4 is buggy while moving previously cards.