1
I have a field inside a table, where behind the bank the given phone, in a string format (xxx) xxxx-xxxx
. I want the moment I click 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 makes open the option and even choose the program, but it only takes the (xxx)
and not the full phone (xxx) xxxx-xxxx
What can it be?
What code do you have so far?
– PauloHDSousa
@Paulohdsousa I only used <a href="tel:"+properties.+"">
– Isa
Isn’t it because of the space between the ) and the x? Vc tried (xxx)xxxx-xxxx all together without space?
– hugocsl
Hard to know without the code, can be a lot of things.
– Julio Henrique
@hugocsl I just used this code nothing else. I thought it could be the space, but it comes from the bank, there is no way to treat this on the front? Take this space? This field is within a td.
– Isa
Try with the phone in the format
xxx-xxxx-xxxx
.– bfavaretto
@Isa tries some way to treat that space to see if it resolves. Or we wait to see if anyone has any more tips.
– hugocsl