Hello.
On android (phone), how to make a phone number auto open the app telephone by just clicking on the number ?
Thanks
You can try with an HTML element like this:
<a href="tel:12334556"><center><font size="5"><font color="red">049494030</a>
I had already tried. it doesn’t work on my end. what about yours?
What about just tel:+1########## in a link element? It works for me
make sure to add tel:
in front of the dynamic data in destination URL unless your current cell’s already have tel:
included.
1 Like
Thanks @johnny
It’s ok this way
This topic was automatically closed after 70 days. New replies are no longer allowed.