- Joined
- May 28, 2020
- Messages
- 4
- Reaction score
- 1
Lots of people put spaces in phone numbers (like 06 123 2117). Those spaces (%20 in html) get converted to "20" when you do a click to call with the browser plug in.
example, this is the html from an email signature: <a href="tel:06%20123%202117" target="_blank">
When i click to call it wants to dial 0620123202117.
example, this is the html from an email signature: <a href="tel:06%20123%202117" target="_blank">
When i click to call it wants to dial 0620123202117.