We can open a web-page using:
Most of the times, that's enough for my purposes.
However, I am wondering if it is possible to show a clicckable link in a label? I have tried but the link is recognized as ordinary text. I have seen links in other applications so I guess it's possible but probably that's a property/method of the label which is not supported yet. Could this be added in a future release?
B4X:
Dim p As PhoneIntents
StartActivity(p.OpenBrowser("http://www.b4x.com"))
Most of the times, that's enough for my purposes.
However, I am wondering if it is possible to show a clicckable link in a label? I have tried but the link is recognized as ordinary text. I have seen links in other applications so I guess it's possible but probably that's a property/method of the label which is not supported yet. Could this be added in a future release?