How to make a phone number or email address clickable on Mobile App

How to make a phone number or email address clickable on Mobile App

To make a phone number and email address clickable (start a call or open a default mail client) you need to add a special links.



Press Edit HTML code button




Example

<b>Address:</b><br>1801-03, 18/F, East Town Building<br>41 Lockchart Road, Wan Chai<br>Hong Kong<br><b><br>Contact:</b><br>Tel: <a href="tel:+358931579950"> +358 93 157 99 50</a><br>E-mail: <a href="mailto:sales@hoteza.com">sales@hoteza.com</a><br>

  • Add the code as a text to the location you want the link to appear
<a href="tel:+35893157992050"> +358 93 157 99 50</a>

<a href="mailto:sales@hoteza.com">sales@hoteza.com</a>