I noticed that many apps have a feature that, when the user clicks over an email or web address, the text is automatically detected and the respective action is started.
Suppose that I have a text in a label on screen as follows, with an email and maybe a web address. Is there any easy way to detect the user touch and get an event with the text (considering that the spaces are the "elements dividers", I mean, is the user touches the email, I'll have the email address in the event data)?
This could be similar to WhatsApp or Line when an user touches a link or email...
Suppose that I have a text in a label on screen as follows, with an email and maybe a web address. Is there any easy way to detect the user touch and get an event with the text (considering that the spaces are the "elements dividers", I mean, is the user touches the email, I'll have the email address in the event data)?
This could be similar to WhatsApp or Line when an user touches a link or email...