chaosifier / TabView

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

Discussion: Should one use the 3rd party CarouselView or Xamarin Forms' implementation #33

Open kapseliboi opened 4 years ago

kapseliboi commented 4 years ago

I was unable to use the CarouselView by alexrainman successfully on Linux. I always ended up getting runtime crashes on application startup when running this NuGet package. That's why I had to convert this package to use Xamarin Forms' implementation of CarouselView. I guess it has a lot less functionality and this PR is definitely going to cause some regression so this shouldn't even be accepted as is. For example I tested with the sample application that pressing next and previous had some weird behavior with the tab that's 2nd by default on the sample app. It was skipped when either pressing next or previous depending on something. But if this package ever decides to use Xamarin Forms' CarouselView then this code could be helpful. There is a lot of changes to package configuration files by Rider which I can't really say whether or not it's good, bad or unnecessary.