chaosifier / TabView

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

Delay when sliding through pages #27

Closed agharium closed 4 years ago

agharium commented 5 years ago

Hi all!

I got the exact same problem as #3, but I can't apply the fix given by #3's op, because I'm not using the same element (not in a 'direct' way at least). I believe that this plugin has received some kind of update since #3's op found out the fix.

While #3's fix was based on manipulating the OnPropertyChanged event and changing a couple of attributes of a CarouselView, I'm using a TabView (according to samples given by the author) to display my tabs, and it doesn't have the same attributes as a CarouselView (Position, for instance).

Can someone help me?

agharium commented 4 years ago

The problem is a sort of delay on the tab indicator when sliding through the tabs. Here's an example: check it out.

Can someone please help me?

chaosifier commented 4 years ago

I've fixed the issue. Will shortly update the nuget package.

agharium commented 4 years ago

waiting on the nuget Thanks