nativescript-community / ui-material-components

Monorepo that contains all of the NativeScript Material Design plugins.
https://nativescript-community.github.io/ui-material-components/
Apache License 2.0
215 stars 80 forks source link

fix(tabs): active tabitem isn't visible #420

Closed dgmachado closed 1 year ago

dgmachado commented 1 year ago

When we have more tabs and swipe to the left tab pages, but the corresponding active tab is not showing, we need to scroll the tabor to the left to see the active tab.

Please see the issue being reproduced: https://user-images.githubusercontent.com/5738416/206513840-c6c0ce95-094b-402e-aa1e-443b88dfe4f0.mov

Please see the behavior after the bugfix applied: https://user-images.githubusercontent.com/5738416/206513952-449bd80f-012c-4be8-bc4b-fb10373651a1.mp4

farfromrefug commented 1 year ago

@dgmachado thanks seems like a good fix!