I have a custom cell in Xamarin Forms (inheriting from ViewCell) with an AbsoluteLayout, containing a control inheriting from NControlView.
These Cells are in a ListView.
Somehow, TouchesBegan never gets called on iOS. I do not think I am missing anything, as it works on Android and WP.
It think it might come from the UITouchesGestureRecognizer, but I do not really know how to fix it.
I have a custom cell in Xamarin Forms (inheriting from
ViewCell) with anAbsoluteLayout, containing a control inheriting fromNControlView.These Cells are in a ListView.
Somehow,
TouchesBegannever gets called on iOS. I do not think I am missing anything, as it works on Android and WP.It think it might come from the UITouchesGestureRecognizer, but I do not really know how to fix it.