You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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,
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.
The text was updated successfully, but these errors were encountered: