David
David
On which browser did you test?
Yes I'm able to repro ... pointer exit on wasm is still annoying. Will investigate ...
Hey @DierkDroth I tried to run your sample (https://github.com/unoplatform/uno/files/15488699/1.zip) with latest version of uno: ```xml ``` I see the same behavior between wasm and windows. Could you provide more details...
Hey @DierkDroth yes I'm able to repro, and also found a fix. It was not what I was expecting and took a bit longer, but it should be merged soon.
@DierkDroth The minimal version is 1618. But it seems that we do have an issue with the CI (an iOS test step is failing) so we don't have any version...
Oh indeed I don't have your fix on my branch, I'll re-validate after rebase 👍
This has been resolved by https://github.com/unoplatform/uno.extensions/pull/2816
> @dr1rrb is this going to work correctly for Native WASM and Skia WASM? Not sure how to properly debug it Yes it should. The `OperatingSystem.IsBrowser()` really tests the runtime...
IMO this should be fixed by https://github.com/unoplatform/uno/pull/18921 @Xiaoy312 did you validated it?
The issue with inheriting from the `CollectionView` is that you no longer have any log to track if the control is using any of the APIs of the `ICollectionView`. If...