AndreiMisiukevich / CardView

CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms
MIT License
710 stars 114 forks source link

Carouselview does not rerender when device wakes from sleep on Android #419

Closed daltzctr closed 2 years ago

daltzctr commented 2 years ago

OS: Android 11 Hardware: Lenovo Tablet

Summary: Whenever the device is woken up from sleep (OnStop -> OnStart), CarouselView elements are blank. Swiping restores the elements, but is not an intuitive user experience.

AndreiMisiukevich commented 2 years ago

@daltzctr do you show some images inside carousel? Can you change content of your DataTemplate to just BoxView with some color and try to replicate it. Can you still reproduce it?

AndreiMisiukevich commented 2 years ago

Closing this issue since I haven't received any response from the author.