Is there a way to set a button click effect when a user taps on the RadButton?
1 Answer, 1 is accepted
0
Accepted
Didi
Telerik team
answered on 28 Jun 2023, 08:05 AM
Hello,
For such request you have to use the native button and check whether effect for our exact case can be applied on native level. This is a custom implementation. Button does not provide this out of the box. I have found these resources that could be of help: https://www.youtube.com/watch?v=neoHcHyi-ZU&ab_channel=XamarinGuy
Ok thanks, just to share, I ended up using the Xamarin Community Toolkit library and used the TouchEffect feature. I was also able to apply the touch effect on the <Image> control like this: