XamarinCommunityToolkit icon indicating copy to clipboard operation
XamarinCommunityToolkit copied to clipboard

[Bug] Tabindicatorcolor not working with Action Button

Open Trieu0806 opened this issue 3 years ago • 0 comments

Description

When I use TabTapped="OnFabTabTapped" to create action button Tabindicatorcolor doesn't work at TabviewItem position 3 to 4. Tabindicatorcolor can't move to TabviewItem 4 position.

Steps to Reproduce

  1. Start a new Xamarin Forms project
  2. Add a new TabView on a page, Add Action Button use TabTapped="OnFabTabTapped" and 4 tabviewitem
  3. Give the TabView a TabIndicatorColor property a color value
  4. Run the app and not see the tab indicatorcolor move from tabviewitem 3 to tabviewitem 4. It is working from tabviewitem 1 to tabviewitem 3.

Expected Behavior

Tabindicatorcolor move from tabviewitem 3 to tabviewitem 4

Actual Behavior

Tabindicatorcolor can't move from tabviewitem 3 to tabviewitem 4

Basic Information

  • Version with issue: 2.2.0
  • IDE: Visual Studio 2019 Version 16.10.4
  • Platform Target Frameworks:
    • iOS: 14.5
    • Android: Android 11.0 (R)
  • Affected Devices: Android and iOS

Reproduction imagery

photo_2022-06-22_22-30-39 photo_2022-06-22_22-34-37

Trieu0806 avatar Jun 22 '22 15:06 Trieu0806