-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
@MartinZikmund @morning4coffe-dev
As promised... Here is the issue we talked about today :)
Codebreaker.Xaml/src/Codebreaker.Uno/CodebreakerUno/Views/Components/PegSelectionComponent.xaml
Line 26 in 2dad6dc
| ItemsSource="{Binding ElementName=ThisControl, Path=DataContext.Game.FieldValues[colors], Mode=OneWay}" |
The above mentioned binding does not work on all platforms.
✅WinUI Head
❌WASM
❌Android
❌Skia/WPF
Not tested on other platforms
Reactions are currently unavailable