0

I want to add multiple auto links for text area dynamically But if the textarea is not editable links are not working,I have a textarea in that i am tagging users when i tag user,that tagged user needs to become the autolink.here i am tagging multiple users when i clicking on that user name it will goes to his profile wall.

I have tried with attributesString for textArea but it dynamically not adding the auto links.Please help me how to solve this problem.

Fokke Zandbergen
  • 3,866
  • 1
  • 11
  • 28
Balu
  • 57
  • 6

1 Answers1

1

With "dynamically" do you mean "automatically"? I'd suggest you use AttributedString and then use a helper lib like this to add the links for you.

Fokke Zandbergen
  • 3,866
  • 1
  • 11
  • 28