standardnotes / iOS-classic

iOS client - (Deprecated) - New version: https://github.com/standardnotes/mobile
167 stars 21 forks source link

Enable data detectors on compose text view #42

Open moughxyz opened 7 years ago

flowinho commented 7 years ago

@mobitar Want me to do this? What kind of data-detectors are you wishing for? Enabling the basic ones should be rather fast.

moughxyz commented 7 years ago

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.