David

Results 57 comments of David

~~This might have been fixed by https://github.com/unoplatform/uno/pull/7571~~ Edit: It does not!

Hey @michael-hawker are you also using the `SKXamlCanvas`? I found that it's now working as long as you set a non `null` `Background` on it. Did you try that yet?...

Well @michael-hawker I tried your sample, and it seems to be a binding issue. The `ManipulationDelta` handler is being invoked and in that handler if I replace the `SetBindingExpression` by...

> looks like either an `ItemsRepeater` issue or pointers issue :) Random keyword dropping detected!

Well I don't think that we should enable them by default. Even if currently we are animating on dispatcher, we should run only animations that "should" be independent (unless flag...

The last snippet https://playground.platform.uno/#6277af50 points to the visual state triggers. I'm updating the title.

FYI, for this bug I would suspect a sequencing issue: We are setting the `IsActive="True"` during the construction while the element still does not have any visual element, so the...

> > > @jeromelaban / @dr1rrb / @duke7553 > the samples will be just for fluent ? Well I would assume that we could do the sample for all themes....

This seems to be an issue with the ListView on WinUI. Going to make a repro and open an issue on the WinUI repo