I need to build a web page for mobile devices. There\'s only one thing I still haven\'t figured out: how can I trigger a phone call through the click of text?
Is the
Just use HTML anchor tag and start the attribute href with tel:. I suggest starting the phone number with the country code. pay attention to the following example:
NO Different What it is
For this example, the country code is +98.
Hint: It is so suitable for cellphones, I know tel: prefix calls FaceTime on macOS but on Windows I'm not sure, but I guess it caused to launch Skype.
For more information: you can visit the list of URL schemes supported by browsers to know all href values prefixes.