This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.
[Bug] TabView - TabIndicatorColor isn't working on load #1525
Open
Description
Description
In a ContentPage, I'm using TabView. After updating to the newest Xamarin.Forms 5.0.0.2083, Xamarin.Essentials 1.7.0 and Xamarin.CommunityToolkit 1.3.0-pre1, the TabIndicatorColor in TabView doesn't show up until we start changing tabs.
Steps to Reproduce
- Start a new Xamarin Forms project
- Update to the latest Xamarin.Forms 5.0.0.2083
- Add a new TabView on a page
- Give the TabView a TabIndicatorColor property a color value
- Run the app and not see the tab indicator
Expected Behavior
TabIndicatorColor should appear bellow the tab selected
Actual Behavior
TabIndicatorColor won't show up until starting to change tabs
Basic Information
- Version with issue: 1.3.0-pre1, 1.2.0 , 1.1.0, 1.03
- Last known good version: 1.0.2
- IDE: Visual Studio 2019 Version 16.10.4
- Platform Target Frameworks:
- iOS: 14.5
- Android: Android 11.0 (R)
- Affected Devices: Android and iOS