My app is based on WebView. It's a pretty old app written on Objective C.
When I click on the same text field, the application crashes. But if I switch between text fields, then everything is fine. When I click on the same text box again, the application crashes.
I get only one error: -[UITextMultiTapRecognizer tag]: unrecognized selector sent to instance 0x119d6d640
This only happens on iOS 13.4 and above. I can’t understand where I can catch the double click that the application receives?
I could not find any information in Google except this post at Apple Developer Forums: https://forums.developer.apple.com/thread/130636
No one knows what does it mean UITextMultiTapRecognizer
I would really appreciate for advice.
Add a screenshot of logs with an extension breakpoint