chaosifier / TabView

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

Tabview in TabView issue #18

Open Ngoc-Quang opened 5 years ago

Ngoc-Quang commented 5 years ago

I have main-TabViewControl (5 tabs) and one sub-TabViewControl (2 tabs) in main-TabViewControl After click to change position main-TabViewControl:

How to fix this issue?

a7711555 commented 5 years ago

I ran into same problem in android, but is ok in iOS

SagarPanwala commented 4 years ago

@Ngoc-Quang or @a7711555 : Can you please attach a sample ? I want to play with it and if I can fix, I will submit PR for this.

StefanVam commented 4 years ago

I also occured this problem when i used Shell.When I used tabbedpage instead of shell,this problem disappear. I found the solution at https://github.com/alexrainman/CarouselView/issues/428,maybe this is CarouselView's issue.

AswinPG commented 3 years ago

Has anyone found a solution to this..?