Is there any way to create links inside large textfields without setting the textfield as an HTML textfield? I don’t want to set the link to all the text in the textfield, only to some words in the text.
Is there any way to create links inside large textfields without setting the textfield
Share
no, at least not easily. you could search for the word, then get the start- and end-coordinates of the letters in question and add a transparent button on top of the textfield.
why don’t you want to use a html textfield?