Alex

Results 60 comments of Alex

Current status of the pr, I have fixed hover which is now working on both platforms. Tests immediately all went green as a bonus (minus 1 test that had the...

> Perhaps it helps you. Thanks its good to know it wasn't working properly in the XCT. I checked my port and the iOS native animations work but the android...

Ok i've been able to fix the issue i was seeing on android with nested view, I've simply removed the code that brings the ripple view to the front, it...

> I hate to suggest big changes but is it a silly idea to suggest a rename to `InteractionBehavior` given this does a lot more than just touch based interactions?...

I've just run into this issue, its really painful since you have to wait out the result with a `Task.Delay` and have to set that delay to be high to...

@dmariogatto thats great thanks, I was aware google deprecated the firebase bits & have moved them into mlkit, I mainly wanted to check that the new components were going to...

@eduardoagr & @r-work can you have a look at this post from @brminnick on [SO](https://stackoverflow.com/questions/78245724/both-touchbehavior-commandparameter-and-touchbehavior-longpresscommandparamet/78245725#78245725). Here he shows exactly how to set the binding context on the behavior appropriately, I...

To answer both of your questions @eduardoagr, @r-work we have to reference something else on the view, ie the page or indeed a parent view because the `TouchBehavior` itself has...

Binding issues will be fixed in the next release, see #1791 for details. The `TouchBehavior` from this release will inherit the `BindingContext` of the `VisualElement` it is attached to (if...

Can everyone please update to [8.0.1](https://github.com/CommunityToolkit/Maui/releases/tag/8.0.1), this release should fix all the issues we are seeing with data binding! You can migrate normally now, I've added a little XCT to...