unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
9.03k stars 733 forks source link

SelectorBar only displays first SelectorBarItem on android and has a strange animation when clicking selected SelectorBarItem. #18876

Closed DavidM29 closed 16 hours ago

DavidM29 commented 18 hours ago

Current behavior

SelectorBar only displays the first SelectorBarItem on android and has a strange animation when clicking an already selected SelectorBarItem.

Expected behavior

All SelectorBarItems should be displayed and the animations should match windows.

How to reproduce it (as minimally and precisely as possible)

Workaround

Have not found any.

Works on UWP/WinUI

Yes

Environment

No response

NuGet package version(s)

Uno.Sdk: 5.5.43

Affected platforms

Android

IDE

Visual Studio 2022

IDE version

17.12.1

Relevant plugins

No response

Anything else we need to know?

No response

MartinZikmund commented 16 hours ago

SelectorBar is currently not supported on non-Skia targets - upvote the following issue: https://github.com/unoplatform/uno/issues/15707.

As an alternative, check out TabBar in Uno Toolkit

DavidM29 commented 16 hours ago

Thanks @MartinZikmund, I went with Segmented from WCT.