You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to add touchable URLs in editor? I want to add URLs and when the url is touched, the URL is opened in safari. I have searched for it and found that it is not possible to add touchable URLs when the UITextView property "Editable" is True.
If we cannot add touchable URLs then it there any way to just insert some URL with specific formatting (blue color)?
The text was updated successfully, but these errors were encountered:
Hi, since this RTE is a subclass of a UITextView it behaves the exact same as far as URLs or most other features go.
It's possible and supported to add URLs since iOS 7 I believe, but I haven't had much time to spend on this project in general in the pas couple of months :( It's on my todo list for future
Is there any way to add touchable URLs in editor? I want to add URLs and when the url is touched, the URL is opened in safari. I have searched for it and found that it is not possible to add touchable URLs when the UITextView property "Editable" is True.
If we cannot add touchable URLs then it there any way to just insert some URL with specific formatting (blue color)?
The text was updated successfully, but these errors were encountered: