jsuarezruiz / Xamarin.Forms.TabView

The TabView is a Xamarin.Forms control to display a set of tabs and their respective content.
55 stars 13 forks source link

TabIndicator Translation is not in sync with swipe offset #16

Open AswinPG opened 3 years ago

AswinPG commented 3 years ago

When swiping right from the first tab item, the indicator does not move with the swipe. It moves after we swipe more than halfway only. Also sometimes if we stop swiping anywhere between halfway and end the view gets stuck there( I think this is a xamarin forms carousel view bug. I've experienced the same there too). The indicator also get stuck halfway. I am trying to look into the code. Screenshot

AswinPG commented 3 years ago

17 This will fix the position update problem