Hey there. Is there a Label that can recognize Hyperlinks like Phone numbers, E-Mails and URLs ?
I found this one but it does not work for me. I copy pasted that whole thing.
AwesomeHyperLinkLabel.cs is in my namespacename project.
AwesomeHyperLinkLabelRenderer.cs is in my namespacename.iOS project
then I created an xaml in my namespacename with xmlns:AwesomeHyperLinkLabel="clr-namespace:namespacename"
acts like a usual Label.
Did I miss a step or do I have to configure something myself?