I have a field inside a table, where the phone backs up from the database, in a format string (xxx) xxxx-xxxx
. I want the moment I click on the phone, open the option to choose which program I will use to make the call. (for example skype).
I used the format <a href=\"tel:"+properties.telefone+"\">
It opens the option and even chooses the program, but it only takes (xxx)
and not the full phone (xxx) xxxx-xxxx
What can it be?