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
- 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.
Basic Information
- Version with issue: 2.0.6 2.0.5 1.1.0
- Last known good version: N/A
- IDE: Visual Studio
- Platform Target Frameworks:
- Android Support Library Version:
- Nuget Packages:
- Affected Devices: Andorid, iPhone and iPad
Workaround
Reproduction imagery
