CodebreakerApp / Codebreaker.Xaml

MIT License
0 stars 1 forks source link

Binding Issue 2 #168

Open szv opened 2 months ago

szv commented 2 months ago

Hi @Youssef1313

after #156 is resolved, I came across another similiar binding issue. Would you mind having a look? :)

The binding in the following DataTemplate does not work. Currently reflection based binding is used, but I also tried it with x:Bind in combination with specifying x:DataType, which didn't work eighter. https://github.com/CodebreakerApp/Codebreaker.Xaml/blob/56a2a767ae2b7f06327e4431dc46a292c1a17247/src/Codebreaker.Uno/CodebreakerUno/Views/Templates/CodeBreakerTemplates.xaml#L9-L58

WASM ❌ grafik

WinUI ✅ grafik

Kind regards, Sebastian

Youssef1313 commented 1 month ago

Hi @szv

Sorry for missing this for a while.

It would be great if you can open an issue on unoplatform/uno repository we can better track it.