You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
The TabView's TabViewIndicator seems to sometimes have an incorrect size and/or position when loading and rotating between portrait and landscape modes on both Android and iOS.
Probably related to #1982 and partially fixed by #1983
Open the app, see that the tab view indicator only takes up a small portion of the area of the first tab
Rotate into portrait mode
Select Tab A
Rotate into landscape mode
Note that the indicator has now maybe moved, depending on which tab was selected previously, its size also hasn't changed
Rotate into portrait mode
The indicator has now again maybe moved, and changed sizes
Expected Behavior
The indicator should still be on same tab, and it should be covered completely, without going over into other tabs or covering only portion of the tab, or even going off screen.
Actual Behavior
The indicator sometimes shrinks, sometimes grows, sometimes it does not update its position and goes off screen.
Description
The TabView's TabViewIndicator seems to sometimes have an incorrect size and/or position when loading and rotating between portrait and landscape modes on both Android and iOS.
Probably related to #1982 and partially fixed by #1983
Link to Reproduction Sample
https://github.com/kobbok/XCTTabViewBug
Steps to Reproduce
Expected Behavior
The indicator should still be on same tab, and it should be covered completely, without going over into other tabs or covering only portion of the tab, or even going off screen.
Actual Behavior
The indicator sometimes shrinks, sometimes grows, sometimes it does not update its position and goes off screen.
Basic Information
Workaround
Reproduction imagery