I have UITextView with clickable links made with .DataDetectorTypes = UIDataDetectorType.All;
They work until I attach UITapGestureRecognizer() to view. Then only this gesture work.
I want to achieve so when if I click on the link - it is processed as usually, but if miss the link - gesture occurs