Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,363 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I've made a custom renderer for a complicated View that's currently impossible to build in Xamarin Forms. I have various UIViews as subviews of the UIView that's rendering the Forms View. I need to attach a UITapGestureRecognizer to one of those UIViews and respond to the tap. However the UITapGestureRecognizer is not being triggered.
Why? Is there any way to make it work?
Thanks!