chaosifier / TabView

TabView control for Xamarin.Forms.
MIT License
124 stars 32 forks source link

Tabs behavior doesn't work on Android but works fine on iOS #16

Closed Aerevia closed 4 years ago

Aerevia commented 6 years ago

Hello, I have a problem using your library, it works well on iOS and is awesome ! But on android sliding and tab changing doesn't work well. For exemple i'm setting up 4 tabs, and switching between them is buggy

Tab 1 (contains "test") : image

Tab 2 (contains "test2") : image

Tabs 3 and 4 never show anything on android and sometimes Tab 2 show the content of Tab 1 like this : image

Moreover sliding is also fine on iOS but not on android.

CarouselViewRenderer is initialized on both projects.

What could be causing this ?

AndreiMisiukevich commented 6 years ago

@Aerevia try it with https://github.com/AndreiMisiukevich/CardView

chaosifier commented 4 years ago

The slow tab switching issue has been fixed.