I have two question about textView tapping detection,
first is, I know it's working well with web site urls, but if the url is the mailto url, it will open the mail app?
the second and my biggest problem is, when I use Xcode 11.7 or 12 GM to run the project on iOS 13.5 device simulators, the tap on url is working well, but not mailto (it's expected), but when I run the app on iOS 14 devices and simulator, the textView detect the links, but tapping is not working at all. Is it the big from iOS 14 or something change on iOS14?