Axemasta / Maui.TouchEffect

Maui port of TouchEffect from Xamarin Community Toolkit
MIT License
27 stars 2 forks source link

TouchEffect seems to be broken in .NET 8 #2

Closed cytoph closed 11 months ago

cytoph commented 11 months ago

I implemented the touch effect as described in your README in a .NET 8 project (Android only), but it doesn't seem to work. I don't get any building or binding errors and the sound when I tap on an element with the TouchEffect attached plays as expected, but the Command isn't executed and no ripple animation is shown either (the latter could be related to this issue and therefore is okay if not currently working). Any idea on what the problem could be, and how to fix it?

Axemasta commented 11 months ago

I haven't tested on net8 with any of this so I can't say. Have you tried debugging through and seeing if the RaiseCompleted method gets invoked?

Axemasta commented 9 months ago

I've updated the library recently to fix an issue with input transparency, it might be worth running the sample and trying to reproduce the issues you are seeing in your app. I have also updated everything to .NET 8 so hopefully building it locally should work.