iOS-classic
iOS-classic copied to clipboard
Enable data detectors on compose text view
@mobitar Want me to do this? What kind of data-detectors are you wishing for? Enabling the basic ones should be rather fast.
Well I think what made it tricky is that data detectors can't be enabled on an editable text view. So a workaround might be necessary. I was thinking that you would mark it as uneditable, and on tap, mark it editable. But I don't know if that will work.