Hi,
Is there a way to treat a tap gesture like a button press such that it relays a 'click' sound if the user has that option enabled. I do not want to play a custom sound, i just want to play a default sound if they have it. I saw some information about UIInputViewAudioFeedback in iOS, but i want to know if this is possible in Xamarin Forms?
In my current application i have a button and an image with a gesture bound to it. If i press the button i hear a click, if i press the image i don't hear anything.
Thank you