NAXAM / bottomtabbedpage-xamarin-forms

A page control for Xamarin.Forms to place tabs at the bottom.
Apache License 2.0
94 stars 32 forks source link

TabPage sliding indicator animation problem #2

Closed o1o1o1o1o2 closed 7 years ago

o1o1o1o1o2 commented 7 years ago

when one of children of BottomTabbedPage is xamarin TabbedPage whith two tabs for example, every time I switch tabs made by BottomTabbedPage and returning to child tab with xamarin TabbedPage - sliding indicator animation when trying to switch tabs in TabbedPage by clicking on tab name not working first time, and then go to normal behavior unless I again switch tabs made by BottomTabbedPage. https://www.youtube.com/watch?v=p-lBmZZfxD0

tuyen-vuduc commented 7 years ago

Hi,

I am very clear your issue.

Anyway, it isn't encouraged to use TabbedPage inside TabbedPage like your approach.

Cheers.

o1o1o1o1o2 commented 7 years ago

Why not? Is there another known issues about that, and if they are, maybe you recommend something for my needs, I'm newbie..

tuyen-vuduc commented 7 years ago

Because it isn't the right behavior for designing a mobile app, plz check out Google/Apple guidelines.

Cheers.

o1o1o1o1o2 commented 7 years ago

for example in Instagram in the forth bottom tab they have top tab as well...