Tabview in TabView issue
I have main-TabViewControl (5 tabs) and one sub-TabViewControl (2 tabs) in main-TabViewControl After click to change position main-TabViewControl:
- First time to show sub-TabViewControl : is ok
- Second time to show sub-TabViewControl : blank to show instead.
How to fix this issue?
I ran into same problem in android, but is ok in iOS
@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.
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.
Has anyone found a solution to this..?