Hello,
when you visit normal websites by phone, you are able to click on phone numbers and call them.
How do I do this in WiseJ? I tried using the HTML Panel, which at least makes it easily possible to mark and copy it.
Hi Sascha,
You can add a Label with AllowHtml = true.
Then set the Text property to something like this:
<a href="tel:+12345678900">+1 234 567 8900 </a>
Regards,
Levie
Please login first to submit.