How to make a phone number auto open the app telephone on android

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>

049494030

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 :man_shrugging:

nope :wink:

make sure to add tel: in front of the dynamic data in destination URL unless your current cell’s already have tel: included.

Thanks @johnny
It’s ok this way :grinning:

This topic was automatically closed after 70 days. New replies are no longer allowed.