-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImageButton ripple effect stops working with .NET 8 #18857
Comments
I can confirm the issue, currently, we are having the same problem in Android app. |
@cropyai Yeah, the thing is ImageButtons and Buttons don't have Ripple effects, This is devastating, to be honest!!! |
Related #18857 |
Is this same as |
Verified this on Visual Studio Enterprise 17.9.0 Preview 2(8.0.3). Repro on Android 14.0-API34, not repro on iOS 17.0 with below Project: |
I also can confirm this issue. Is there any workaround? |
@NoelleRousselle There was no workaround for now so I created a lib with native click animations and started using Images https://github.com/FreakyAli/Maui.FreakyEffects |
Duplicate of #17642 |
I split this issue into ripple and padding. This issue is now ripple-only. The new issue is for the padding: #22364 |
@mattleibow This does not work with the latest version of .NET MAUI v8.0.40, Why was this closed? |
Typically, the issues are closed when the code is merged into the main branch. This does not mean that the issue is fixed and shipped. However, we have nightly builds that you can test and use. We also release new versions to NuGet periodically outside of VS release schedules that you can use. This fix is not yet part of any official release. |
Description
Ripple effect seems to stop working after upgrading to .NET 8 on all
ImageButton
for Android.Relevant Screenshots
Steps to Reproduce
ImageButton
to your page with padding,Link to public reproduction project repository
https://github.com/FreakyAli/Maui.FreakyControls/tree/r4-gh/fix/pin-control
Version with bug
8.0.3
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
7.0.101
Affected platforms
Android
Affected platform versions
Android 12 and 13
Did you find any workaround?
NO
Relevant log output
No response
The text was updated successfully, but these errors were encountered: