I am making an application using Xamarin.forms. You may know that the βFormsβ button is not enough to use an image as a button if you tried it.
So, I use Image as a button and add gesturerecogniger. It works great. It's good that I can use the entire Image bindable property in the same way as with Image. (for example, the Aspect property, etc.)
The only problem is that the Android button has a sound effect when pressed. Mine is not.
How to play default button sound on Android?
[another attempt]
I tried to make a layout and put Image and an empty blank button on it. But if I do this, I cannot use any Image or Button property unless I manually bind it.
So, I think this is not the case.
Thanks.
source share