Phone number functionality

Answered
0
0

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.

 

  • You must to post comments
Best Answer
1
1

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

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.